mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user