diff options
Diffstat (limited to 'src/modules/m_autoop.cpp')
-rw-r--r-- | src/modules/m_autoop.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
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); |