mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Config
- Removed obsolete (or rather, unused) 'extensions' variable.
This commit is contained in:
parent
7521dc56e8
commit
02c3925ec6
2 changed files with 0 additions and 3 deletions
|
@ -288,8 +288,6 @@ std::string Config::_defaults =
|
||||||
"list.all.tags=no # Include old tag names in 'tags' command\n"
|
"list.all.tags=no # Include old tag names in 'tags' command\n"
|
||||||
"print.empty.columns=no # Print columns which have no data for any task\n"
|
"print.empty.columns=no # Print columns which have no data for any task\n"
|
||||||
"debug=no # Display diagnostics\n"
|
"debug=no # Display diagnostics\n"
|
||||||
"debug.tls=0 # GnuTLS log level\n"
|
|
||||||
"extensions=off # Extension system master switch\n"
|
|
||||||
"fontunderline=yes # Uses underlines rather than -------\n"
|
"fontunderline=yes # Uses underlines rather than -------\n"
|
||||||
"shell.prompt=task> # Prompt used by the shell command\n"
|
"shell.prompt=task> # Prompt used by the shell command\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
|
@ -153,7 +153,6 @@ int CmdShow::execute (std::string& output)
|
||||||
" editor"
|
" editor"
|
||||||
" exit.on.missing.db"
|
" exit.on.missing.db"
|
||||||
" expressions"
|
" expressions"
|
||||||
" extensions"
|
|
||||||
" fontunderline"
|
" fontunderline"
|
||||||
" gc"
|
" gc"
|
||||||
" hooks"
|
" hooks"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue