Remove two unused variables

This commit is contained in:
Tillmann Karras 2016-12-05 00:45:31 +00:00
parent d1c89db8c8
commit 0043bd3547
2 changed files with 0 additions and 2 deletions

View File

@ -349,7 +349,6 @@ long CISOProperties::GetElementStyle(const char* section, const char* key)
void CISOProperties::CreateGUIControls() void CISOProperties::CreateGUIControls()
{ {
const int space5 = FromDIP(5); const int space5 = FromDIP(5);
const int space10 = FromDIP(10);
wxButton* const EditConfig = new wxButton(this, ID_EDITCONFIG, _("Edit Config")); wxButton* const EditConfig = new wxButton(this, ID_EDITCONFIG, _("Edit Config"));
EditConfig->SetToolTip(_("This will let you manually edit the INI config file.")); EditConfig->SetToolTip(_("This will let you manually edit the INI config file."));

View File

@ -184,7 +184,6 @@ public:
private: private:
std::unique_ptr<TextureCache::TCacheEntry> m_texture; std::unique_ptr<TextureCache::TCacheEntry> m_texture;
VkFramebuffer m_framebuffer;
}; };
} // namespace Vulkan } // namespace Vulkan