GS-wx: Fix Wunused-but-set-variable warning.

This commit is contained in:
lightningterror 2022-08-05 11:37:50 +02:00
parent 1f16adbca7
commit ab361eef72
1 changed files with 0 additions and 1 deletions

View File

@ -275,7 +275,6 @@ RendererTab::RendererTab(wxWindow* parent)
const int space = wxSizerFlags().Border().GetBorderInPixels();
auto hw_prereq = [this]{ return m_is_hardware; };
auto sw_prereq = [this]{ return !m_is_hardware; };
auto upscale_prereq = [this]{ return !m_is_native_res; };
PaddedBoxSizer<wxBoxSizer> tab_box(wxVERTICAL);
PaddedBoxSizer<wxStaticBoxSizer> general_box(wxVERTICAL, this, "General GS Settings");