diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-07-16 20:38:34 -0300 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2016-08-02 21:23:00 +0200 |
commit | 02b98010cd9e849a3b1a7bde8d34ef89e2df40ac (patch) | |
tree | 17da6393aa010867cbf8cc7deca065ab50fa1e64 /src | |
parent | 6c78e7bcaa3cb3201e6dc22717254d97e87438a3 (diff) |
Core/Misc: remove unused function prototype
(cherry picked from commit 2efd40b8049efc4c35622a7997cc47b10b468b4d)
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Collision/Management/MMapFactory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Collision/Management/MMapFactory.h b/src/common/Collision/Management/MMapFactory.h index 6dda7a40a22..f89f44ba4df 100644 --- a/src/common/Collision/Management/MMapFactory.h +++ b/src/common/Collision/Management/MMapFactory.h @@ -43,7 +43,6 @@ namespace MMAP public: static MMapManager* createOrGetMMapManager(); static void clear(); - static bool IsPathfindingEnabled(uint32 mapId); }; } |