Core/Misc: remove unused function prototype

(cherry picked from commit 2efd40b804)
This commit is contained in:
ariel-
2016-07-16 20:38:34 -03:00
committed by jackpoz
parent 6c78e7bcaa
commit 02b98010cd

View File

@@ -43,7 +43,6 @@ namespace MMAP
public:
static MMapManager* createOrGetMMapManager();
static void clear();
static bool IsPathfindingEnabled(uint32 mapId);
};
}