diff options
| author | 2012-07-04 23:19:39 +0200 | |
|---|---|---|
| committer | 2012-10-03 00:30:02 +0200 | |
| commit | 9a1a6e85f8c3c8792083f0a4042aa3cea48eecae (patch) | |
| tree | 40c02fd22a35c1aadfc660b227629eaf44b7ef41 /src/modules/m_spanningtree/main.cpp | |
| parent | m_spanningtree Utils: Remove unused functions (diff) | |
m_spanningtree Remove empty RedoConfig()
Diffstat (limited to 'src/modules/m_spanningtree/main.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 1ccfc43a5..d8385e47d 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -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. |
