From d5aaf7cee5ceb601c96884e9d23a62a3c8c37463 Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:21:41 -0400 Subject: [PATCH] [Cleanup] Remove CountZones() from launcher_link.h (#3100) # Notes - This is unused. --- world/launcher_link.h | 1 - 1 file changed, 1 deletion(-) diff --git a/world/launcher_link.h b/world/launcher_link.h index 8b273d5d2..5899b62ee 100644 --- a/world/launcher_link.h +++ b/world/launcher_link.h @@ -45,7 +45,6 @@ public: inline uint16 GetPort() const { return tcpc->Handle() ? tcpc->Handle()->RemotePort() : 0; } inline std::string GetUUID() const { return tcpc->GetUUID(); } inline const char * GetName() const { return(m_name.c_str()); } - inline int CountZones() const { return(m_states.size()); } bool ContainsZone(const char *short_name) const;