diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-07-16 20:38:34 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-07-16 20:38:34 -0300 |
| commit | 2efd40b8049efc4c35622a7997cc47b10b468b4d (patch) | |
| tree | f8d933ed27cc7e69d7530cb703f72008c4ca4277 /src | |
| parent | 94fb921cea188bd24080a691236ae6c3479a0ab2 (diff) | |
Core/Misc: remove unused function prototype
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); }; } |
