mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 09:54:10 +03:00
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:
@@ -20,10 +20,6 @@ int tb;
|
||||
|
||||
std::string tempstring;
|
||||
|
||||
void updategraphicsmode()
|
||||
{
|
||||
}
|
||||
|
||||
void titlerender()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user