GTK:OpenGL: Remove fences variable.

This commit is contained in:
Brandon Wright 2019-03-02 18:57:53 -06:00
parent 23a0e1251e
commit 7dde81a77d
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ class S9xOpenGLDisplayDriver : public S9xDisplayDriver
bool npot;
bool using_pbos;
bool initialized;
bool fences;
bool using_glsl_shaders;
GLSLShader *glsl_shader;