diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 15:45:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-10 15:45:08 +0000 |
commit | aa31aa5969e27674c1f5c7559a8b7c5fcd5dd18c (patch) | |
tree | 997ad20aaeb521a89e5121660fae59d6c2ad09e5 /include/modules.h | |
parent | dafc021be4f3ad34ca37953de6a0109a161dd165 (diff) |
Remove Server::Server() and Server::~Server()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4838 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/modules.h b/include/modules.h index 0fdde6016..7caf2d936 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1262,16 +1262,6 @@ class Module : public Extensible class Server : public Extensible { public: - /** Default constructor. - * Creates a Server object. - */ - Server(); - - /** Default destructor. - * Destroys a Server object. - */ - virtual ~Server(); - /** For use with Module::Prioritize(). * When the return value of this function is returned from * Module::Prioritize(), this specifies that the module wishes |