Clang: remove unused private fields

This commit is contained in:
Alam Ed Arias 2023-11-12 14:47:55 -05:00
parent 0adccb89a6
commit 34792d7047
2 changed files with 0 additions and 4 deletions

View file

@ -63,7 +63,6 @@ private:
int mHeight = 0;
PixelFormat mFormat = {};
bool mCubeTexture = false;
bool mPBOTexture = false;
GLuint mTexture = 0;
GLuint mFramebuffer = 0;
GLuint mDepthRenderbuffer = 0;

View file

@ -513,9 +513,6 @@ private:
bool is_glx_extension_supported(const char* ext_name);
int major_version = 3;
int minor_version = 2;
void* opengl_lib_handle = nullptr;
};