mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Merge pull request #4541 from Krakn/minor_fix
Silences an error during compilation due to an unused (but set) variable
This commit is contained in:
commit
f2322bee90
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ long CISOProperties::GetElementStyle(const char* section, const char* key)
|
|||
void CISOProperties::CreateGUIControls()
|
||||
{
|
||||
const int space5 = FromDIP(5);
|
||||
const int space10 = FromDIP(10);
|
||||
|
||||
wxButton* const EditConfig = new wxButton(this, ID_EDITCONFIG, _("Edit Config"));
|
||||
EditConfig->SetToolTip(_("This will let you manually edit the INI config file."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue