mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Code Cleanup
- Eliminatd helpers.cpp, and the redundant getFullDescription function therein. - The timesheet report now uses standard description formatting.
This commit is contained in:
parent
a300dba2df
commit
761ef296ad
4 changed files with 27 additions and 115 deletions
|
@ -48,9 +48,6 @@ void updateRecurrenceMask (Task&);
|
|||
int getDueState (const std::string&);
|
||||
bool nag (Task&);
|
||||
|
||||
// helpers.cpp
|
||||
std::string getFullDescription (Task&, const std::string&);
|
||||
|
||||
// rules.cpp
|
||||
void initializeColorRules ();
|
||||
void autoColorize (Task&, Color&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue