Removed obsolete todo.

This commit is contained in:
Guillaume Melquiond 2009-05-31 17:32:42 +00:00
parent e5a3390eca
commit 84a358af57

View file

@ -235,7 +235,6 @@ void show_objectives(game_display& disp, const config& level, const std::string&
std::string campaign_name = std::string(level["campaign"]);
replace_underbar2space(campaign_name);
/** @todo We can now allow pango markup for the objectives if wanted. */
gui2::show_transient_message(disp.video(), "",
"<big><b>" + name + "</b></big>" +
(campaign_name.empty() ? "\n" : " - " + campaign_name + "\n") +