summaryrefslogtreecommitdiff
path: root/include/listmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/listmode.h')
-rw-r--r--include/listmode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/listmode.h b/include/listmode.h
index b4601fcbd..149f41578 100644
--- a/include/listmode.h
+++ b/include/listmode.h
@@ -152,10 +152,6 @@ class CoreExport ListModeBase : public ModeHandler
*/
virtual void RemoveMode(Channel* channel, irc::modestacker& stack);
- /** Listmodes don't get set on users, no-op
- */
- virtual void RemoveMode(User*, irc::modestacker* stack);
-
/** Perform a rehash of this mode's configuration data
*/
virtual void DoRehash();