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"
|
||||
"print.empty.columns=no # Print columns which have no data for any task\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"
|
||||
"shell.prompt=task> # Prompt used by the shell command\n"
|
||||
"\n"
|
||||
|
||||
@@ -153,7 +153,6 @@ int CmdShow::execute (std::string& output)
|
||||
" editor"
|
||||
" exit.on.missing.db"
|
||||
" expressions"
|
||||
" extensions"
|
||||
" fontunderline"
|
||||
" gc"
|
||||
" hooks"
|
||||
|
||||
Reference in New Issue
Block a user