Command: Dead code removal

This commit is contained in:
Paul Beckingham 2015-07-17 13:18:19 -04:00
parent e8fe6ef773
commit 92f79c682b
2 changed files with 0 additions and 44 deletions

View file

@ -36,9 +36,6 @@ class Command
{
public:
Command ();
Command (const Command&);
Command& operator= (const Command&);
bool operator== (const Command&) const; // TODO Is this necessary?
virtual ~Command ();
static void factory (std::map <std::string, Command*>&);