summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-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;