From 54710a782b49f01a868987227e9b8748d28834cb Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 12 Aug 2011 01:51:14 -0400 Subject: Removed the unused ChannelModeBan code --- include/modes.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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 -- cgit