Removing dead code
This commit is contained in:
		
							parent
							
								
									aa9d8c773f
								
							
						
					
					
						commit
						ccdc6f1a63
					
				| @ -97,7 +97,6 @@ int main (int argc, char *argv[]) { | |||||||
|     std::string graphOut(argv[1]);		graphOut += ".hsgr"; |     std::string graphOut(argv[1]);		graphOut += ".hsgr"; | ||||||
|     std::string ramIndexOut(argv[1]);	ramIndexOut += ".ramIndex"; |     std::string ramIndexOut(argv[1]);	ramIndexOut += ".ramIndex"; | ||||||
|     std::string fileIndexOut(argv[1]);	fileIndexOut += ".fileIndex"; |     std::string fileIndexOut(argv[1]);	fileIndexOut += ".fileIndex"; | ||||||
|     std::string levelInfoOut(argv[1]);	levelInfoOut += ".levels"; |  | ||||||
| 
 | 
 | ||||||
|     /*** Setup Scripting Environment ***/ |     /*** Setup Scripting Environment ***/ | ||||||
|     if(!testDataFile( (argc > 3 ? argv[3] : "profile.lua") )) { |     if(!testDataFile( (argc > 3 ? argv[3] : "profile.lua") )) { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user