[Cleanup] Remove _ClearWaypints() from zone/npc.h (#3445)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-06-24 13:58:28 -04:00 committed by GitHub
parent 58c3e267e1
commit 64ae7e4529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -635,7 +635,6 @@ protected:
//waypoint crap:
std::vector<wplist> Waypoints;
void _ClearWaypints();
int max_wp;
int save_wp;
glm::vec4 m_GuardPoint;