Frontend/OpenGLHostDisplay: Remove unused variables

clang likes to whinge about this one.
This commit is contained in:
Connor McLaughlin 2022-04-16 12:54:28 +10:00 committed by lightningterror
parent 14f1a78608
commit d16592817b
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ private:
GLuint m_texture;
u32 m_width;
u32 m_height;
u32 m_layers;
u32 m_levels;
};
OpenGLHostDisplay::OpenGLHostDisplay() = default;