diff options
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index e93964b0b..1f66bd4c9 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -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; |