mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Removed obsolete configuration variable 'patterns', which is no longer used.
This commit is contained in:
parent
fa2af30857
commit
eb6c38ac17
5 changed files with 2 additions and 7 deletions
|
@ -98,7 +98,6 @@ std::string Config::_defaults =
|
|||
"regex=no # Assume all search/filter strings are regexes\n"
|
||||
"xterm.title=no # Sets xterm title for some commands\n"
|
||||
"expressions=infix # Prefer infix over postfix expressions\n"
|
||||
"patterns=on # Support for regex patterns\n"
|
||||
"dom=on # Support DOM access\n"
|
||||
"json.array=off # Enclose JSON output in [ ]\n"
|
||||
"abbreviation.minimum=2 # Shortest allowed abbreviation\n"
|
||||
|
|
|
@ -166,7 +166,6 @@ int CmdShow::execute (std::string& output)
|
|||
" locking"
|
||||
" monthsperline"
|
||||
" nag"
|
||||
" patterns"
|
||||
" print.empty.columns"
|
||||
" recurrence.indicator"
|
||||
" recurrence.limit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue