1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-04 10:01:05 +00:00

renderer_base: Remove unused kFramebuffer enumeration

This is entirely unused and can be removed.
This commit is contained in:
Lioncash 2018-08-10 18:31:10 -04:00
parent 2e80e7480d
commit f380496728

@ -17,9 +17,6 @@ namespace VideoCore {
class RendererBase : NonCopyable {
public:
/// Used to reference a framebuffer
enum kFramebuffer { kFramebuffer_VirtualXFB = 0, kFramebuffer_EFB, kFramebuffer_Texture };
explicit RendererBase(EmuWindow& window);
virtual ~RendererBase();