From 1967416eb2a563ebd9c6c57e14fb9ebba9de59ff Mon Sep 17 00:00:00 2001 From: Dydzio Date: Fri, 30 Dec 2022 15:26:27 +0100 Subject: [PATCH] Remove no longer needed code --- lib/IGameCallback.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/IGameCallback.cpp b/lib/IGameCallback.cpp index afe12769b..9c8ca7325 100644 --- a/lib/IGameCallback.cpp +++ b/lib/IGameCallback.cpp @@ -98,8 +98,6 @@ void CPrivilegedInfoCallback::getAllTiles(std::unordered_set & logGlobal->error("Illegal call to getAllTiles !"); return; } -// bool water = surface == 0 || surface == 2, -// land = surface == 0 || surface == 1; std::vector floors; if(level == -1)