From 796035a358cac8acfcce8d17dcc62b3f4f90c3d3 Mon Sep 17 00:00:00 2001 From: Freddie Wang Date: Sun, 9 May 2021 15:14:16 +0800 Subject: [PATCH] Remove dangling declaration --- src/game/client/prediction/gameworld.h | 2 -- src/game/server/gameworld.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/game/client/prediction/gameworld.h b/src/game/client/prediction/gameworld.h index 439de897b..7fee339f9 100644 --- a/src/game/client/prediction/gameworld.h +++ b/src/game/client/prediction/gameworld.h @@ -41,8 +41,6 @@ public: void Tick(); // DDRace - - std::list IntersectedCharacters(vec2 Pos0, vec2 Pos1, float Radius, vec2 &NewPos, class CEntity *pNotThis); void ReleaseHooked(int ClientID); std::list IntersectedCharacters(vec2 Pos0, vec2 Pos1, float Radius, class CEntity *pNotThis = 0); diff --git a/src/game/server/gameworld.h b/src/game/server/gameworld.h index 23b41abf6..3cbde1557 100644 --- a/src/game/server/gameworld.h +++ b/src/game/server/gameworld.h @@ -151,8 +151,6 @@ public: void Tick(); // DDRace - - std::list IntersectedCharacters(vec2 Pos0, vec2 Pos1, float Radius, vec2 &NewPos, class CEntity *pNotThis); void ReleaseHooked(int ClientID); /*