diff options
Diffstat (limited to 'src/command.cpp')
-rw-r--r-- | src/command.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/command.cpp b/src/command.cpp index f3bc7ad1f..fa5b21a2a 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -14,10 +14,6 @@ Command::Command(const std::string &sname, size_t min_params, size_t max_params, const std::string &spermission) : MaxParams(max_params), MinParams(min_params), name(sname), permission(spermission) { this->flags = 0; - this->help_param1 = NULL; - this->help_param2 = NULL; - this->help_param3 = NULL; - this->help_param4 = NULL; this->core = 0; this->mod_name = NULL; this->service = NULL; |