summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/modules.h b/include/modules.h
index 45f5bf091..576df6ebc 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -285,11 +285,6 @@ class CoreExport Command
*/
void SetPermission(const std::string &reststr);
- char *help_param1;
- char *help_param2;
- char *help_param3;
- char *help_param4;
-
/* Module related stuff */
int core; /* Can this command be deleted? */
char *mod_name; /* Name of the module who owns us, NULL for core's */