diff --git a/pcsx2/GS/GS.cpp b/pcsx2/GS/GS.cpp index 4850f73ce5..f63ded4fef 100644 --- a/pcsx2/GS/GS.cpp +++ b/pcsx2/GS/GS.cpp @@ -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