mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Eliminated several parse.cpp functions. - Implemented missing Cmd::allCustomReports.
This commit is contained in:
parent
9a94ea963c
commit
6066fa51ba
5 changed files with 11 additions and 44 deletions
|
@ -42,10 +42,6 @@ bool validPriority (const std::string&);
|
|||
bool validDate (std::string&);
|
||||
bool validDuration (std::string&);
|
||||
bool validDescription (const std::string&);
|
||||
bool validCommand (std::string&);
|
||||
void loadCustomReports ();
|
||||
bool isCustomReport (const std::string&);
|
||||
void allCustomReports (std::vector <std::string>&);
|
||||
|
||||
// task.cpp
|
||||
void gatherNextTasks (/*const TDB&,*/ T&, std::vector <T>&, std::vector <int>&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue