From 26e7bb0b9a17a595d9935a1cae41b44504ad213e Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 1 Apr 2013 21:56:13 +0200 Subject: Whitespace and empty destructor removal, minor coding style changes --- src/modules/m_muteban.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/modules/m_muteban.cpp') diff --git a/src/modules/m_muteban.cpp b/src/modules/m_muteban.cpp index 767af2901..2b6bedc1c 100644 --- a/src/modules/m_muteban.cpp +++ b/src/modules/m_muteban.cpp @@ -24,7 +24,6 @@ class ModuleQuietBan : public Module { - private: public: void init() { @@ -32,10 +31,6 @@ class ModuleQuietBan : public Module ServerInstance->Modules->Attach(eventlist, this, sizeof(eventlist)/sizeof(Implementation)); } - virtual ~ModuleQuietBan() - { - } - virtual Version GetVersion() { return Version("Implements extban +b m: - mute bans",VF_OPTCOMMON|VF_VENDOR); @@ -67,6 +62,4 @@ class ModuleQuietBan : public Module } }; - MODULE_INIT(ModuleQuietBan) - -- cgit v1.2.3