SCRATCH remove more obsolete asset logic

This commit is contained in:
Petr Mrázek 2015-02-11 01:17:31 +01:00
parent c8687a8d05
commit 47bbc349eb
2 changed files with 0 additions and 33 deletions

View file

@ -33,7 +33,6 @@ struct AssetsIndex
namespace AssetsUtils
{
bool loadAssetsIndexJson(QString file, AssetsIndex* index);
int findLegacyAssets();
/// Reconstruct a virtual assets folder for the given assets ID and return the folder
QDir reconstructAssets(QString assetsId);
}