summaryrefslogtreecommitdiff
path: root/src/modules/u_listmode.h
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-04-01 16:10:45 +0200
committerattilamolnar <attilamolnar@hush.com>2013-04-01 16:10:45 +0200
commitde9cf90b6b9c0a65ec21030c3906306b5c17bde8 (patch)
tree240ae32ca9cb3077045403a5c818c1f61500a291 /src/modules/u_listmode.h
parentdf2cbbe6e7f63a36e4f71b353769e5568eaa9e73 (diff)
Remove more deprecated code
- ConfigReader - FloodQuitUserHandler - IsValidModuleCommand - CallCommandHandler - DoCleanup from u_listmode.h
Diffstat (limited to 'src/modules/u_listmode.h')
-rw-r--r--src/modules/u_listmode.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/modules/u_listmode.h b/src/modules/u_listmode.h
index b370c86e8..b0a8f2505 100644
--- a/src/modules/u_listmode.h
+++ b/src/modules/u_listmode.h
@@ -367,14 +367,6 @@ class ListModeBase : public ModeHandler
}
}
- /** Clean up module on unload
- * @param target_type Type of target to clean
- * @param item Item to clean
- */
- virtual void DoCleanup(int, void*)
- {
- }
-
/** Validate parameters.
* Overridden by implementing module.
* @param source Source user adding the parameter