- Removed extra line in edit.cpp introduced by the patch discussed in Bug #618
This commit is contained in:
Cory Donnelly 2011-01-22 19:44:44 -05:00
parent c5b61a3125
commit 6fd2fb08bb

View file

@ -170,8 +170,6 @@ static std::string formatTask (Task task)
<< "# The ' -- ' separator between the date and text field should not be removed.\n" << "# 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"; << "# A \"blank slot\" for adding an annotation follows for your convenience.\n";
before << " Background color: " << task.get ("bg") << "\n";
std::vector <Att> annotations; std::vector <Att> annotations;
task.getAnnotations (annotations); task.getAnnotations (annotations);
std::vector <Att>::iterator anno; std::vector <Att>::iterator anno;