- Removed support for the "command.logging" configuration variable and

the "task usage" command.
This commit is contained in:
Paul Beckingham
2008-09-20 20:46:20 -04:00
parent 78fae5195b
commit d837a25be7
12 changed files with 6 additions and 171 deletions

View File

@@ -112,7 +112,6 @@ void Config::createDefault (const std::string& home)
if ((out = fopen (rcFile.c_str (), "w")))
{
fprintf (out, "data.location=%s\n", dataDir.c_str ());
fprintf (out, "command.logging=off\n");
fprintf (out, "confirmation=yes\n");
fprintf (out, "next=2\n");
fprintf (out, "dateformat=m/d/Y\n");