mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Command: Removed obsolete method
This commit is contained in:
parent
8a94602eb8
commit
796ec14c31
2 changed files with 0 additions and 6 deletions
|
@ -231,11 +231,6 @@ Command::Command ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Command::~Command ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string Command::keyword () const
|
||||
{
|
||||
|
|
|
@ -53,7 +53,6 @@ public:
|
|||
};
|
||||
|
||||
Command ();
|
||||
virtual ~Command ();
|
||||
|
||||
static void factory (std::map <std::string, Command*>&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue