]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_banexception.cpp
Make various self contained methods static.
[user/henk/code/inspircd.git] / src / modules / m_banexception.cpp
index 62742a527b22d631db2e49005ba79f592d083a8e..b10ed36042b62d50fb4503de031623d05e6eb2e4 100644 (file)
@@ -105,11 +105,6 @@ class ModuleBanException : public Module
                return MOD_RES_PASSTHRU;
        }
 
-       void OnSyncChannel(Channel* chan, Module* proto, void* opaque) CXX11_OVERRIDE
-       {
-               be.DoSyncChannel(chan, proto, opaque);
-       }
-
        void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE
        {
                be.DoRehash();