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:
Paul Beckingham 2011-09-03 11:19:45 -04:00
parent 3d1a5acafb
commit e379af9751
2 changed files with 0 additions and 53 deletions

View file

@ -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;