mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Vulkan: Remove unused variable
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user