From 2ab249712637f6a1e6bad908f96730da91ab9c09 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 6 Mar 2012 00:35:21 -0500 Subject: [PATCH] Configuration - Removed obsolete configuration defaults. --- src/Config.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Config.cpp b/src/Config.cpp index 63f0416e5..5b806a305 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -312,8 +312,6 @@ std::string Config::_defaults = "alias.history=history.monthly # Prefer monthly over annual history reports\n" "alias.ghistory=ghistory.monthly # Prefer monthly graphical over annual history reports\n" "alias._query=export # _query is now export\n" - "alias.export.vcalendar=export.ical # They are the same\n" - "alias.export.json=_query # The _query command will be used for all export\n" "alias.burndown=burndown.weekly # Prefer the weekly burndown chart\n" "\n" "# Fields: id, uuid, project, priority, priority_long, entry, start, end,\n"