From 81d7a5b538737cd568c30e158b408721ef1824c2 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 13 Oct 2012 01:39:43 +0200 Subject: Remove calls to ListModeBase::OnCleanup (deprecated, empty function) --- src/modules/m_banexception.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules/m_banexception.cpp') 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); -- cgit v1.2.3