summaryrefslogtreecommitdiff
path: root/src/modules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules.cpp')
-rw-r--r--src/modules.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index da4a7e152..ef0136a8e 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -330,16 +330,6 @@ void Server::RehashServer()
ServerInstance->Config->Read(false,NULL);
}
-ServerConfig* Server::GetConfig()
-{
- return ServerInstance->Config;
-}
-
-std::string Server::GetVersion()
-{
- return ServerInstance->GetVersionString();
-}
-
void Server::DelSocket(InspSocket* sock)
{
for (std::vector<InspSocket*>::iterator a = ServerInstance->module_sockets.begin(); a < ServerInstance->module_sockets.end(); a++)