mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
Task Validation
- Removed the newly obsoleted Command::apply_defaults, which is now merged into Task::validate, and therefore applied to all modifications and new tasks.
This commit is contained in:
parent
3d1a5acafb
commit
e379af9751
2 changed files with 0 additions and 53 deletions
|
@ -62,7 +62,6 @@ protected:
|
|||
void modify_task_description_append (Task&, const A3&);
|
||||
void modify_task_annotate (Task&, const A3&);
|
||||
void modify_task (Task&, const A3&, std::string&);
|
||||
void apply_defaults (Task&);
|
||||
|
||||
protected:
|
||||
std::string _keyword;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue