[Cleanup] Remove GetEscapingEntOnHateList() from hate_list.cpp/hate_list.h (#3353)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-05-17 08:58:13 -04:00
committed by GitHub
parent 9d6a7ad743
commit 6bfb8fca2e
2 changed files with 0 additions and 24 deletions
-1
View File
@@ -46,7 +46,6 @@ public:
Mob *GetEntWithMostHateOnList(Mob *center, Mob *skip = nullptr, bool skip_mezzed = false);
Mob *GetRandomEntOnHateList(bool skip_mezzed = false);
Mob *GetEntWithMostHateOnList(bool skip_mezzed = false);
Mob *GetEscapingEntOnHateList(); // returns first eligble entity
Mob *GetEscapingEntOnHateList(Mob *center, float range = 0.0f, bool first = false);
Bot* GetRandomBotOnHateList(bool skip_mezzed = false);