GS: Fix Wunused-variable warnings.

This commit is contained in:
lightningterror 2021-10-26 17:21:30 +02:00
parent 3705054095
commit 5a1dabc293
1 changed files with 0 additions and 3 deletions

View File

@ -220,9 +220,6 @@ int _GSopen(void** dsp, const char* title, GSRendererType renderer, int threads
#endif
break;
}
int w = theApp.GetConfigI("ModeWidth");
int h = theApp.GetConfigI("ModeHeight");
#if defined(__unix__)
void* win_handle = (void*)((uptr*)(dsp) + 1);
#else