mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Eliminated redundant getDueDate helper function.
This commit is contained in:
parent
0f4bcefcff
commit
facb795f88
5 changed files with 17 additions and 18 deletions
|
@ -374,7 +374,7 @@ int CmdShow::execute (std::string& output)
|
|||
#endif
|
||||
|
||||
// Check for bad values in rc.annotations.
|
||||
// TODO Reconsider this.
|
||||
// TODO Deprecated.
|
||||
std::string annotations = context.config.get ("annotations");
|
||||
if (annotations != "full" &&
|
||||
annotations != "sparse" &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue