aboutsummaryrefslogtreecommitdiff
path: root/include/command_parse.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2020-11-01 02:22:41 +0000
committerGravatar Sadie Powell2020-11-01 02:22:41 +0000
commit579a17df389843b21828e99e10d1f6fde45f28e9 (patch)
treefbfe63e811c38f620784240d261684ad3f5f9106 /include/command_parse.h
parentMerge branch 'insp3' into master. (diff)
Clean up a bunch of contructors and destructors.
Diffstat (limited to 'include/command_parse.h')
-rw-r--r--include/command_parse.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/command_parse.h b/include/command_parse.h
index e56b7c7c4..cc02f03ba 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -49,10 +49,6 @@ class CoreExport CommandParser
CommandMap cmdlist;
public:
- /** Default constructor.
- */
- CommandParser();
-
/** Get a command name -> Command* map containing all client to server commands
* @return A map of command handlers keyed by command names
*/