summaryrefslogtreecommitdiff
path: root/include/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/channels.h')
-rw-r--r--include/channels.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/channels.h b/include/channels.h
index 76d4aeb50..6c92f0801 100644
--- a/include/channels.h
+++ b/include/channels.h
@@ -70,14 +70,6 @@ class BanItem : public HostItem
*/
typedef std::vector<BanItem> BanList;
-/** Holds a complete exempt list
- */
-typedef std::vector<ExemptItem> ExemptList;
-
-/** Holds a complete invite list
- */
-typedef std::vector<InviteItem> InviteList;
-
/** A list of users on a channel
*/
typedef std::map<userrec*,userrec*> CUList;