mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 17:00:51 +00:00
Remove transitional the_end() overload...
...that was used only temporarily in my working copy.
This commit is contained in:
parent
e885d82937
commit
33d2dfdbc2
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user