From 796ec14c31d4065f3cb476c5093326d232163885 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 9 Jan 2016 23:46:46 -0500 Subject: [PATCH] Command: Removed obsolete method --- src/commands/Command.cpp | 5 ----- src/commands/Command.h | 1 - 2 files changed, 6 deletions(-) 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 &);