mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
[Cleanup] Remove CountZones() from launcher_link.h (#3100)
# Notes - This is unused.
This commit is contained in:
parent
12e9e0f71d
commit
d5aaf7cee5
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user