]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
More docs. Tons more docs. I need coffee and we're out of coffee :<
[user/henk/code/inspircd.git] / include / inspircd.h
index e93964b0baca301a919a1e2b43bd397318082caf..1f66bd4c95bb5dbc063528361ba7f0d90efcc057 100644 (file)
@@ -346,10 +346,6 @@ class InspIRCd : public classbase
         */
        TimerManager* Timers;
 
-       /** Command list, a hash_map of command names to command_t*
-        */
-       command_table cmdlist;
-
        /** X-Line manager. Handles G/K/Q/E line setting, removal and matching
         */
        XLineManager* XLines;