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;