[Cleanup] Remove CheckCoordLosNoZLeaps() from zone/entity.cpp and zone/entity.h (#3384)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-06-12 16:13:03 -04:00
committed by GitHub
parent 6faa202b57
commit fede8760d4
2 changed files with 0 additions and 27 deletions
-1
View File
@@ -114,7 +114,6 @@ public:
inline const time_t& GetSpawnTimeStamp() const { return spawn_timestamp; }
virtual const char* GetName() { return ""; }
bool CheckCoordLosNoZLeaps(float cur_x, float cur_y, float cur_z, float trg_x, float trg_y, float trg_z, float perwalk=1);
Bot* CastToBot();
const Bot* CastToBot() const;