From 64ae7e452953d1ea86e7b43dab23117ceb2ed82f Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Sat, 24 Jun 2023 13:58:28 -0400 Subject: [PATCH] [Cleanup] Remove _ClearWaypints() from zone/npc.h (#3445) # Notes - This is unused. --- zone/npc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/npc.h b/zone/npc.h index f61536323..7aa791649 100644 --- a/zone/npc.h +++ b/zone/npc.h @@ -635,7 +635,6 @@ protected: //waypoint crap: std::vector Waypoints; - void _ClearWaypints(); int max_wp; int save_wp; glm::vec4 m_GuardPoint;