- Removed coloring of only the due date, which is operating outside of
  the colorization rules.
- Removed commented out code.
This commit is contained in:
Paul Beckingham 2010-01-18 00:53:01 -05:00
parent 77e98c8c03
commit eeefc8a992
2 changed files with 2 additions and 30 deletions

View file

@ -363,8 +363,6 @@ void Context::loadCorrectConfigFile ()
"Could not read home directory from the passwd file."));
std::string home = pw->pw_dir;
// std::string rc = home + "/.taskrc";
// std::string data = home + "/.task";
File rc (home + "/.taskrc");
Directory data (home + "./task");