Code Cleanup

- Removed code that creates the ~/.task/extensions directory, which will not be
  needed until 2.1.  Until then, it is clutter.
This commit is contained in:
Paul Beckingham 2012-01-28 10:37:14 -05:00
parent 529161b711
commit 6cf9790fac

View file

@ -504,8 +504,10 @@ void Context::createDefaultConfig ()
config.createDefaultData (data_dir);
// Create extension directory, if necessary.
/* TODO Enable this when the time is right, say for 2.1
if (! extension_dir.exists ())
extension_dir.create ();
*/
}
////////////////////////////////////////////////////////////////////////////////