summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-15 10:29:22 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-15 10:29:22 +0000
commitea483e49729ba1cd9b32feed8e49bb4f35691b2b (patch)
treefbfe992ca6f86cc0b2ebe3dd22dc11c56e0ab888
parent6890b6e89e3aa7bb4d5c2ee2524b751e37007f12 (diff)
Remove ExemptItem and InviteItem, these were never used
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5253 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/channels.h12
1 files changed, 0 insertions, 12 deletions
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<BanItem> BanList;