mirror of https://github.com/snes9xgit/snes9x.git
GTK:OpenGL: Remove fences variable.
This commit is contained in:
parent
23a0e1251e
commit
7dde81a77d
|
@ -64,7 +64,6 @@ class S9xOpenGLDisplayDriver : public S9xDisplayDriver
|
||||||
bool npot;
|
bool npot;
|
||||||
bool using_pbos;
|
bool using_pbos;
|
||||||
bool initialized;
|
bool initialized;
|
||||||
bool fences;
|
|
||||||
|
|
||||||
bool using_glsl_shaders;
|
bool using_glsl_shaders;
|
||||||
GLSLShader *glsl_shader;
|
GLSLShader *glsl_shader;
|
||||||
|
|
Loading…
Reference in New Issue