Remove transitional the_end() overload...

...that was used only temporarily in my working copy.
This commit is contained in:
Ignacio R. Morelle 2008-11-19 15:52:25 +00:00
parent e885d82937
commit 33d2dfdbc2

View file

@ -413,9 +413,3 @@ void the_end(display &disp, std::string text, unsigned int duration)
--count;
}
}
void the_end(display &disp)
{
const std::string endtxt = _("The End");
the_end(disp, endtxt, 3500);
}