diff --git a/src/commands/Command.cpp b/src/commands/Command.cpp index 29025d994..78890e62e 100644 --- a/src/commands/Command.cpp +++ b/src/commands/Command.cpp @@ -231,11 +231,6 @@ Command::Command () { } -//////////////////////////////////////////////////////////////////////////////// -Command::~Command () -{ -} - //////////////////////////////////////////////////////////////////////////////// std::string Command::keyword () const { diff --git a/src/commands/Command.h b/src/commands/Command.h index 7ab3295c4..6c326bfb5 100644 --- a/src/commands/Command.h +++ b/src/commands/Command.h @@ -53,7 +53,6 @@ public: }; Command (); - virtual ~Command (); static void factory (std::map &);