Cleanup
- Updated comments, docs.
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
#include <CmdIDs.h>
|
||||
#include <CmdImport.h>
|
||||
#include <CmdInfo.h>
|
||||
//#include <CmdInstall.h>
|
||||
#include <CmdLog.h>
|
||||
#include <CmdLogo.h>
|
||||
#include <CmdModify.h>
|
||||
@@ -139,7 +138,6 @@ void Command::factory (std::map <std::string, Command*>& all)
|
||||
c = new CmdIDs (); all[c->keyword ()] = c;
|
||||
c = new CmdImport (); all[c->keyword ()] = c;
|
||||
c = new CmdInfo (); all[c->keyword ()] = c;
|
||||
// c = new CmdInstall (); all[c->keyword ()] = c;
|
||||
c = new CmdLog (); all[c->keyword ()] = c;
|
||||
c = new CmdLogo (); all[c->keyword ()] = c;
|
||||
c = new CmdModify (); all[c->keyword ()] = c;
|
||||
|
||||
Reference in New Issue
Block a user