Remove two unused variables

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

View file

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