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_autoop.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/modules/m_autoop.cpp') diff --git a/src/modules/m_autoop.cpp b/src/modules/m_autoop.cpp index 40a57d7c3..8f37f1cf9 100644 --- a/src/modules/m_autoop.cpp +++ b/src/modules/m_autoop.cpp @@ -123,11 +123,6 @@ public: } } - void OnCleanup(int target_type, void* item) - { - mh.DoCleanup(target_type, item); - } - void OnSyncChannel(Channel* chan, Module* proto, void* opaque) { mh.DoSyncChannel(chan, proto, opaque); -- cgit v1.2.3