From 6fd2fb08bbbfc0b814c2a4612f4207aa90257758 Mon Sep 17 00:00:00 2001 From: Cory Donnelly Date: Sat, 22 Jan 2011 19:44:44 -0500 Subject: [PATCH] Bug #652 - Removed extra line in edit.cpp introduced by the patch discussed in Bug #618 --- src/edit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/edit.cpp b/src/edit.cpp index acd460726..d8d826332 100644 --- a/src/edit.cpp +++ b/src/edit.cpp @@ -170,8 +170,6 @@ static std::string formatTask (Task task) << "# The ' -- ' separator between the date and text field should not be removed.\n" << "# A \"blank slot\" for adding an annotation follows for your convenience.\n"; - before << " Background color: " << task.get ("bg") << "\n"; - std::vector annotations; task.getAnnotations (annotations); std::vector ::iterator anno;