[Cleanup] Remove CountZones() from launcher_link.h (#3100)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-03-17 06:21:41 -04:00
committed by GitHub
parent 12e9e0f71d
commit d5aaf7cee5
-1
View File
@@ -45,7 +45,6 @@ public:
inline uint16 GetPort() const { return tcpc->Handle() ? tcpc->Handle()->RemotePort() : 0; } inline uint16 GetPort() const { return tcpc->Handle() ? tcpc->Handle()->RemotePort() : 0; }
inline std::string GetUUID() const { return tcpc->GetUUID(); } inline std::string GetUUID() const { return tcpc->GetUUID(); }
inline const char * GetName() const { return(m_name.c_str()); } 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; bool ContainsZone(const char *short_name) const;