mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
Silences an error during compilation due to an unused (but set) variable
This commit is contained in:
parent
0f5379f95f
commit
a309449a7f
@ -229,7 +229,6 @@ long CISOProperties::GetElementStyle(const char* section, const char* key)
|
|||||||
void CISOProperties::CreateGUIControls()
|
void CISOProperties::CreateGUIControls()
|
||||||
{
|
{
|
||||||
const int space5 = FromDIP(5);
|
const int space5 = FromDIP(5);
|
||||||
const int space10 = FromDIP(10);
|
|
||||||
|
|
||||||
wxButton* const EditConfig = new wxButton(this, ID_EDITCONFIG, _("Edit Config"));
|
wxButton* const EditConfig = new wxButton(this, ID_EDITCONFIG, _("Edit Config"));
|
||||||
EditConfig->SetToolTip(_("This will let you manually edit the INI config file."));
|
EditConfig->SetToolTip(_("This will let you manually edit the INI config file."));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user