From f45c9edf2b714e7dceb2b3d1fb0382794a596bc9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 18 Mar 2012 10:15:32 -0400 Subject: [PATCH] Code Cleanup - Removed default configuration value for the obsolete 'annotations' setting. --- ChangeLog | 1 + src/Config.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 395a5b73b..3d4072c23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ 2.0.1 () + Addressed valgrind complaints (thanks to Bryce Harrington). + + Removed default configuration value for the obsolete 'annotations' setting. ------ old releases ------------------------------ diff --git a/src/Config.cpp b/src/Config.cpp index 7f9925d4d..2cb5b9e76 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -84,7 +84,6 @@ std::string Config::_defaults = "# # Comma-separated list. May contain any subset of:\n" "#verbose=blank,header,footnote,label,new-id,affected,edit,special,project\n" "confirmation=yes # Confirmation on delete, big changes\n" - "annotations=full # Level of verbosity for annotations: full, sparse or none\n" "indent.annotation=2 # Indent spaces for annotations\n" "indent.report=0 # Indent spaces for whole report\n" "row.padding=0 # Left and right padding for each row of report\n"