diff options
Diffstat (limited to 'src/game/WaypointManager.cpp')
-rw-r--r-- | src/game/WaypointManager.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/WaypointManager.cpp b/src/game/WaypointManager.cpp index 9077dfb36a8..bd052306992 100644 --- a/src/game/WaypointManager.cpp +++ b/src/game/WaypointManager.cpp @@ -24,9 +24,6 @@ #include "ProgressBar.h" #include "MapManager.h" -UNORDERED_MAP<uint32, WaypointPath*> waypoint_map; -WaypointStore WaypointMgr; - void WaypointStore::Free() { waypoint_map.clear(); |