diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2016-12-05 00:45:31 +0000 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2016-12-05 00:47:26 +0000 |
| commit | 0043bd3547c9fc53d13fac7378afd35f53d01ecf (patch) | |
| tree | 5842039700f6a58ff35190debb06e560092b4d3c /Source/Core | |
| parent | d1c89db8c809a89d5576dc9ea524629cfc4d29a6 (diff) | |
Remove two unused variables
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/ISOProperties/ISOProperties.cpp | 1 | ||||
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/FramebufferManager.h | 1 |
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 |
