Config
- Removed obsolete (or rather, unused) 'extensions' variable.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user