Remove ExemptItem and InviteItem, these were never used

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5253 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-09-15 10:29:22 +00:00
parent 6890b6e89e
commit ea483e4972

View File

@ -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<BanItem> BanList;