aboutsummaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
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 /src/command_parse.cpp
parentMerge branch 'insp3' into master. (diff)
Clean up a bunch of contructors and destructors.
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 95d64bc5c..c195e3880 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -370,10 +370,6 @@ bool CommandParser::AddCommand(Command *f)
return false;
}
-CommandParser::CommandParser()
-{
-}
-
std::string CommandParser::TranslateUIDs(const std::vector<TranslateType>& to, const CommandBase::Params& source, bool prefix_final, CommandBase* custom_translator)
{
std::vector<TranslateType>::const_iterator types = to.begin();