refactor(tw): Removed unused project_prefix_suffix config

This commit is contained in:
Aerex
2020-09-13 01:26:22 -05:00
parent 444db318e7
commit 1217c2f5e4
6 changed files with 7 additions and 30 deletions

View File

@@ -17,10 +17,6 @@ class TaskwarriorConfig {
->defaultValue('~/.taskrc')
->info('The enivronment variable overrides the default and the command line specification of the .taskrc file')
->end()
->scalarNode('project_category_prefix')
->defaultValue('project_')
->info('The word after the given prefix for a iCal category will be used to identify a task\'s project')
->end()
->end();
return $node;