- Removed obsolete (or rather, unused) 'extensions' variable.
This commit is contained in:
Paul Beckingham 2014-10-06 23:05:53 -04:00
parent 7521dc56e8
commit 02c3925ec6
2 changed files with 0 additions and 3 deletions

View file

@ -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"

View file

@ -153,7 +153,6 @@ int CmdShow::execute (std::string& output)
" editor"
" exit.on.missing.db"
" expressions"
" extensions"
" fontunderline"
" gc"
" hooks"