summaryrefslogtreecommitdiff
path: root/include/modes.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-12 01:51:14 -0400
committerAdam <Adam@anope.org>2011-08-12 01:51:14 -0400
commit54710a782b49f01a868987227e9b8748d28834cb (patch)
tree1acc31bc5d8a05b30412129601ff3c6521d3b014 /include/modes.h
parentd44a1d08673c6f78df162a76616152fc2ea7cbd5 (diff)
Removed the unused ChannelModeBan code
Diffstat (limited to 'include/modes.h')
-rw-r--r--include/modes.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/modes.h b/include/modes.h
index 579a4fecc..20d4378bc 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -289,14 +289,6 @@ class CoreExport ChannelModeStatus : public ChannelMode
virtual ~ChannelModeStatus();
};
-/** Channel mode +b
- */
-class CoreExport ChannelModeBan : public ChannelModeList
-{
- public:
- ChannelModeBan(ChannelModeName mName, char modeChar) : ChannelModeList(mName, modeChar) { }
-};
-
/** Channel mode +k (key)
*/
class CoreExport ChannelModeKey : public ChannelModeParam