Remove useless function updategraphicsmode()

Now that it does nothing due to some earlier changes, it's a useless
function that does nothing. (Well, it was already a useless function,
but those earlier changes made it clearer just exactly how useless it
is.) So remove that function and remove all its callsites.
This commit is contained in:
Misa
2020-04-01 16:05:21 -07:00
committed by Ethan Lee
parent 297f1b6e3a
commit 691673ed30
2 changed files with 0 additions and 11 deletions

View File

@@ -20,10 +20,6 @@ int tb;
std::string tempstring;
void updategraphicsmode()
{
}
void titlerender()
{