mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TDB2: Removed unused ::has methods
This commit is contained in:
parent
e3ad04aa37
commit
fa920f02aa
2 changed files with 0 additions and 23 deletions
|
@ -50,7 +50,6 @@ public:
|
|||
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
bool has (const std::string&);
|
||||
|
||||
void add_task (Task&);
|
||||
bool modify_task (const Task&);
|
||||
|
@ -122,7 +121,6 @@ public:
|
|||
const std::vector <Task> all_tasks ();
|
||||
bool get (int, Task&);
|
||||
bool get (const std::string&, Task&);
|
||||
bool has (const std::string&);
|
||||
const std::vector <Task> siblings (Task&);
|
||||
const std::vector <Task> children (Task&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue