- remove unused code as debian flagged it as a warning

This commit is contained in:
Mark Vejvoda
2012-11-12 04:32:01 +00:00
parent 24fae99539
commit df51816eb5
3 changed files with 0 additions and 76 deletions

View File

@@ -4178,18 +4178,6 @@ int glestMain(int argc, char** argv) {
return 0;
}
//vector<string> techPaths;
//vector<string> techDataPaths = config.getPathListForType(ptTechs);
//findDirs(techDataPaths, techPaths);
//int32 techCRC = getFolderTreeContentsCheckSumRecursively(techDataPaths, string("/") + "megapack" + string("/*"), ".xml", NULL, true);
//return -1;
//
//removeFolder("/home/softcoder/Code/megaglest/trunk/mk/linux/mydata/tilesets/mother_board");
//return -1;
//
program= new Program();
mainProgram = program;
renderer.setProgram(program);