mirror of https://github.com/PCSX2/pcsx2.git
Frontend/OpenGLHostDisplay: Remove unused variables
clang likes to whinge about this one.
This commit is contained in:
parent
14f1a78608
commit
d16592817b
|
@ -47,8 +47,6 @@ private:
|
|||
GLuint m_texture;
|
||||
u32 m_width;
|
||||
u32 m_height;
|
||||
u32 m_layers;
|
||||
u32 m_levels;
|
||||
};
|
||||
|
||||
OpenGLHostDisplay::OpenGLHostDisplay() = default;
|
||||
|
|
Loading…
Reference in New Issue