mirror of https://github.com/PCSX2/pcsx2.git
GS: Fix Wunused-variable warnings.
This commit is contained in:
parent
3705054095
commit
5a1dabc293
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue