From 53afaa7cadcdf222dcf761441727305f79b4c557 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Nov 2007 22:51:22 +0000 Subject: Remove Implements() method from every module. booya. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8536 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_check.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/modules/m_check.cpp') diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index 8c4aa5353..117ff72d0 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -176,10 +176,6 @@ class ModuleCheck : public Module return Version(1, 1, 0, 0, VF_VENDOR, API_VERSION); } - void Implements(char* List) - { - /* we don't hook anything, nothing required */ - } }; -- cgit v1.2.3