]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
m_spanningtree Remove empty RedoConfig()
authorattilamolnar <attilamolnar@hush.com>
Wed, 4 Jul 2012 21:19:39 +0000 (23:19 +0200)
committerattilamolnar <attilamolnar@hush.com>
Tue, 2 Oct 2012 22:30:02 +0000 (00:30 +0200)
src/modules/m_spanningtree/main.cpp
src/modules/m_spanningtree/main.h

index 1ccfc43a5ec49a17b4e591cb2f6e2f53dd689aef..d8385e47d2f77940df752b12296599222ab792fb 100644 (file)
@@ -816,10 +816,6 @@ void ModuleSpanningTree::OnUnloadModule(Module* mod)
        }
 }
 
-void ModuleSpanningTree::RedoConfig(Module* mod)
-{
-}
-
 // note: the protocol does not allow direct umode +o except
 // via NICK with 8 params. sending OPERTYPE infers +o modechange
 // locally.
index 61e3a4680b509d974e3c44b173a163ebf6de9995..ae6e2e602d1b08432598665773bccf4078f3ff0a 100644 (file)
@@ -53,7 +53,6 @@ class Autoconnect;
 class ModuleSpanningTree : public Module
 {
        SpanningTreeCommands* commands;
-       void RedoConfig(Module* mod);
 
  public:
        SpanningTreeUtilities* Utils;