Remove transitional the_end() overload...
...that was used only temporarily in my working copy.
This commit is contained in:
parent
e885d82937
commit
33d2dfdbc2
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue