summaryrefslogtreecommitdiff
path: root/src/modules/m_banexception.cpp
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2012-10-13 01:39:43 +0200
committerattilamolnar <attilamolnar@hush.com>2012-11-19 18:32:39 +0100
commit81d7a5b538737cd568c30e158b408721ef1824c2 (patch)
treead0f589ec872243a0f7561457f269283486b8d62 /src/modules/m_banexception.cpp
parent357a38d16000fac89ca76aa9b1e1a7a3afd3d6eb (diff)
Remove calls to ListModeBase::OnCleanup (deprecated, empty function)
Diffstat (limited to 'src/modules/m_banexception.cpp')
-rw-r--r--src/modules/m_banexception.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_banexception.cpp b/src/modules/m_banexception.cpp
index bf2085182..14908fafc 100644
--- a/src/modules/m_banexception.cpp
+++ b/src/modules/m_banexception.cpp
@@ -115,11 +115,6 @@ public:
return MOD_RES_PASSTHRU;
}
- void OnCleanup(int target_type, void* item)
- {
- be.DoCleanup(target_type, item);
- }
-
void OnSyncChannel(Channel* chan, Module* proto, void* opaque)
{
be.DoSyncChannel(chan, proto, opaque);