From a309449a7fe735e42440f7633e5fb99304eea7b1 Mon Sep 17 00:00:00 2001 From: Dan Beste Date: Thu, 22 Dec 2016 19:44:47 -0600 Subject: [PATCH] Silences an error during compilation due to an unused (but set) variable --- Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp b/Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp index fbff389704..8b53ec7b4c 100644 --- a/Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp +++ b/Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp @@ -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."));