aboutsummaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
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();