Remove unused variable Screen::glScreen

Not sure what this was meant to be - a flag for if the screen is OpenGL
or not? Either way, unused.
This commit is contained in:
Misa
2020-04-02 13:28:46 -07:00
committed by Ethan Lee
parent ef234d3fc0
commit 0947840365
2 changed files with 0 additions and 3 deletions

View File

@@ -85,8 +85,6 @@ Screen::Screen()
);
badSignalEffect = false;
glScreen = true;
}
void Screen::ResizeScreen(int x, int y)