From ed920366d69801bab7fc276fa24296b7f1264ff2 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 27 Dec 2014 13:13:11 -0500 Subject: Remove now unnecessary eventhook constructor calls in module init lists --- modules/commands/cs_set.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/commands/cs_set.cpp') diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index 9cf58c029..2f0e2dd4f 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -1101,18 +1101,6 @@ class CSSet : public Module public: CSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR) - , EventHook() - , EventHook() - , EventHook() - , EventHook() - , EventHook() - , EventHook() - , EventHook() - , EventHook() - , EventHook() - , EventHook() - , EventHook() - , EventHook() , noautoop(this, ChanServ::channel, "NOAUTOOP") , peace(this, ChanServ::channel, "PEACE") -- cgit