diff options
Diffstat (limited to 'src/modules.cpp')
-rw-r--r-- | src/modules.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index d5ddc3bb0..824da10f3 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -233,14 +233,6 @@ void Module::OnCancelAway(userrec* user) { }; * exports in the core */ -Server::Server() -{ -} - -Server::~Server() -{ -} - void Server::AddSocket(InspSocket* sock) { ServerInstance->module_sockets.push_back(sock); |