- Removed support for the "showage" configuration variable.

This commit is contained in:
Paul Beckingham 2008-11-08 22:43:40 -05:00
parent ee961daef6
commit 5f85550664
5 changed files with 38 additions and 78 deletions

View file

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