diff options
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 |