mirror of https://github.com/PCSX2/pcsx2.git
GS-wx: Fix Wunused-but-set-variable warning.
This commit is contained in:
parent
1f16adbca7
commit
ab361eef72
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue