[Cleanup] Remove unused methods in eql_config.cpp, eql_config.h, launcher_list.cpp, and launcher_list.h (#3103)

# Notes
- These are unused.
This commit is contained in:
Alex King
2023-03-17 06:22:01 -04:00
committed by GitHub
parent 4b405fe9fe
commit 61bd485449
4 changed files with 0 additions and 269 deletions
-4
View File
@@ -37,17 +37,13 @@ public:
void LoadList();
EQLConfig *GetConfig(const char *name);
void CreateLauncher(const char *name, uint8 dynamic_count);
void Remove(const char *name);
void Add(std::shared_ptr<EQ::Net::ServertalkServerConnection> conn);
void Remove(std::shared_ptr<EQ::Net::ServertalkServerConnection> conn);
LauncherLink *Get(const char *name);
LauncherLink *FindByZone(const char *short_name);
int GetLauncherCount();
void GetLauncherNameList(std::vector<std::string> &list);
protected:
std::map<std::string, EQLConfig *> m_configs; //we own these objects
std::map<std::string, LauncherLink *> m_launchers; //we own these objects