Browse Source

Remove no longer needed code

Dydzio 2 years ago
parent
commit
1967416eb2
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/IGameCallback.cpp

+ 0 - 2
lib/IGameCallback.cpp

@@ -98,8 +98,6 @@ void CPrivilegedInfoCallback::getAllTiles(std::unordered_set<int3, ShashInt3> &
 		logGlobal->error("Illegal call to getAllTiles !");
 		return;
 	}
-//	bool water = surface == 0 || surface == 2,
-//		land = surface == 0 || surface == 1;
 
 	std::vector<int> floors;
 	if(level == -1)