From eaecc13caefa2266b3b5654351800ba4819e6a11 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 2 Oct 2011 15:12:24 -0400 Subject: [PATCH] Configuration - Removed bizarre entries 'project' and 'column.spacing' from the list of allowed settings. - Removed obsolete 'export.ical.class' setting. --- src/commands/CmdShow.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index b8182d012..92da4827f 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -120,7 +120,6 @@ int CmdShow::execute (std::string& output) " color.undo.after" " color.undo.before" " column.padding" - " column.spacing" " complete.all.projects" " complete.all.tags" " confirmation" @@ -147,7 +146,6 @@ int CmdShow::execute (std::string& output) " edit.verbose" // Deprecated 2.0 " editor" " exit.on.missing.db" - " export.ical.class" " expressions" " extensions" " fontunderline" @@ -169,7 +167,6 @@ int CmdShow::execute (std::string& output) " monthsperline" " nag" " patterns" - " project" " pull.default.uri" " push.default.uri" " recurrence.indicator"