Command: Removed obsolete method

This commit is contained in:
Paul Beckingham 2016-01-09 23:46:46 -05:00
parent 8a94602eb8
commit 796ec14c31
2 changed files with 0 additions and 6 deletions

View file

@ -231,11 +231,6 @@ Command::Command ()
{ {
} }
////////////////////////////////////////////////////////////////////////////////
Command::~Command ()
{
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
std::string Command::keyword () const std::string Command::keyword () const
{ {

View file

@ -53,7 +53,6 @@ public:
}; };
Command (); Command ();
virtual ~Command ();
static void factory (std::map <std::string, Command*>&); static void factory (std::map <std::string, Command*>&);