Remove unused parameter

This commit is contained in:
Cameron Gutman
2018-09-05 15:45:36 -07:00
parent 957a2b2169
commit 0d68faf40c
2 changed files with 5 additions and 8 deletions

View File

@@ -51,8 +51,7 @@ private:
bool testAudio(int audioConfiguration);
void getWindowDimensions(bool fullScreen,
int& x, int& y,
void getWindowDimensions(int& x, int& y,
int& width, int& height);
void toggleFullscreen();