From ea483e49729ba1cd9b32feed8e49bb4f35691b2b Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 15 Sep 2006 10:29:22 +0000 Subject: Remove ExemptItem and InviteItem, these were never used git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5253 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/channels.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/channels.h') diff --git a/include/channels.h b/include/channels.h index 21cd8402d..76d4aeb50 100644 --- a/include/channels.h +++ b/include/channels.h @@ -66,18 +66,6 @@ class BanItem : public HostItem { }; -/** A subclass of HostItem designed to hold channel exempts (+e) - */ -class ExemptItem : public HostItem -{ -}; - -/** A subclass of HostItem designed to hold channel invites (+I) - */ -class InviteItem : public HostItem -{ -}; - /** Holds a complete ban list */ typedef std::vector BanList; -- cgit v1.2.3