summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2016-12-05 00:45:31 +0000
committerTillmann Karras <tilkax@gmail.com>2016-12-05 00:47:26 +0000
commit0043bd3547c9fc53d13fac7378afd35f53d01ecf (patch)
tree5842039700f6a58ff35190debb06e560092b4d3c /Source/Core
parentd1c89db8c809a89d5576dc9ea524629cfc4d29a6 (diff)
Remove two unused variables
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp1
-rw-r--r--Source/Core/VideoBackends/Vulkan/FramebufferManager.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp b/Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp
index 0b8c00e1b6..2c6bbc4803 100644
--- a/Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp
+++ b/Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp
@@ -349,7 +349,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."));
diff --git a/Source/Core/VideoBackends/Vulkan/FramebufferManager.h b/Source/Core/VideoBackends/Vulkan/FramebufferManager.h
index 92a689fb41..ccb17b0185 100644
--- a/Source/Core/VideoBackends/Vulkan/FramebufferManager.h
+++ b/Source/Core/VideoBackends/Vulkan/FramebufferManager.h
@@ -184,7 +184,6 @@ public:
private:
std::unique_ptr<TextureCache::TCacheEntry> m_texture;
- VkFramebuffer m_framebuffer;
};
} // namespace Vulkan