]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/typedefs.h
m_spanningtree Explicitly specify the routing for RESYNC as the one inherited from...
[user/henk/code/inspircd.git] / include / typedefs.h
index 77a45ce4e4f1c2b7ffd01099051af716b28bf8b4..336084c556657aaf4715fe9400325cf91953f432 100644 (file)
@@ -77,10 +77,6 @@ typedef UserChanList::iterator UCListIter;
  */
 typedef std::vector<Membership*> IncludeChanList;
 
-/** A list of custom modes parameters on a channel
- */
-typedef std::map<char,std::string> CustomModeList;
-
 /** A cached text file stored with its contents as lines
  */
 typedef std::vector<std::string> file_cache;