mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Remove unnecessary TDB2::{modify,add} argument
This commit is contained in:
parent
5bb9857984
commit
0882a08d18
2 changed files with 6 additions and 7 deletions
|
@ -47,8 +47,8 @@ public:
|
|||
TDB2 ();
|
||||
|
||||
void open_replica (const std::string&, bool create_if_missing);
|
||||
void add (Task&, bool add_to_backlog = true);
|
||||
void modify (Task&, bool add_to_backlog = true);
|
||||
void add (Task&);
|
||||
void modify (Task&);
|
||||
void commit ();
|
||||
void get_changes (std::vector <Task>&);
|
||||
void revert ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue