mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
529161b711
commit
6cf9790fac
1 changed files with 2 additions and 0 deletions
|
@ -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 ();
|
||||
*/
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue