From 5a1dabc29397806d82711b82efdc707c0dbee780 Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Tue, 26 Oct 2021 17:21:30 +0200 Subject: [PATCH] GS: Fix Wunused-variable warnings. --- pcsx2/GS/GS.cpp | 3 --- 1 file changed, 3 deletions(-) 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