diff --git a/src/World.h b/src/World.h index 90e732a5..3b7090da 100644 --- a/src/World.h +++ b/src/World.h @@ -104,8 +104,6 @@ public: static int GetSectorIndexY(float f) { return (int)GetSectorY(f); } static float GetWorldX(int x) { return x*SECTOR_SIZE_X + WORLD_MIN_X; } static float GetWorldY(int y) { return y*SECTOR_SIZE_Y + WORLD_MIN_Y; } - - static void Remove(void); }; class CPlayerPed;