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;