summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2016-12-22 21:18:51 -0500
committerGitHub <noreply@github.com>2016-12-22 21:18:51 -0500
commitf2322bee90c1bd973a6cc4e99d4df78c7d2d0027 (patch)
treeecb3905d819018f5a5131b325676c407dcbe7c2b /Source/Core
parent0f5379f95f26f9bc6c0299f8f66b111d3464aa73 (diff)
parenta309449a7fe735e42440f7633e5fb99304eea7b1 (diff)
Merge pull request #4541 from Krakn/minor_fix
Silences an error during compilation due to an unused (but set) variable
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp1
1 files changed, 0 insertions, 1 deletions
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."));