mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Remove dead declarations in DSS
This commit is contained in:
parent
3f1b78bf91
commit
7e50a01513
1 changed files with 0 additions and 8 deletions
|
@ -54,14 +54,6 @@ public:
|
|||
// Release the service
|
||||
void release ();
|
||||
|
||||
void addTestClient(const std::string & clientId);
|
||||
|
||||
void removeTestClient(const std::string & clientId);
|
||||
|
||||
void listTestClient() const;
|
||||
|
||||
void runTestClientLuaScript(const std::string & clientId, const std::string & cmd);
|
||||
|
||||
|
||||
static R2::CDynamicScenarioService & instance() { return (CDynamicScenarioService&)*IService::getInstance(); }
|
||||
|
||||
|
|
Loading…
Reference in a new issue