mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Removed support for the "showage" configuration variable.
This commit is contained in:
parent
ee961daef6
commit
5f85550664
5 changed files with 38 additions and 78 deletions
|
@ -115,7 +115,6 @@ void Config::createDefault (const std::string& home)
|
|||
fprintf (out, "confirmation=yes\n");
|
||||
fprintf (out, "next=2\n");
|
||||
fprintf (out, "dateformat=m/d/Y\n");
|
||||
fprintf (out, "showage=yes\n");
|
||||
fprintf (out, "monthsperline=1\n");
|
||||
fprintf (out, "curses=on\n");
|
||||
fprintf (out, "color=on\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue