diff options
| author | 2020-11-01 02:22:41 +0000 | |
|---|---|---|
| committer | 2020-11-01 02:22:41 +0000 | |
| commit | 579a17df389843b21828e99e10d1f6fde45f28e9 (patch) | |
| tree | fbfe63e811c38f620784240d261684ad3f5f9106 /include/command_parse.h | |
| parent | Merge 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.h | 4 |
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 */ |
