Code Cleanup

- Removed default configuration value for the obsolete 'annotations' setting.
This commit is contained in:
Paul Beckingham 2012-03-18 10:15:32 -04:00
parent 1274f2ba07
commit f45c9edf2b
2 changed files with 1 additions and 1 deletions

View file

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

View file

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