summaryrefslogtreecommitdiff
path: root/glx/glxcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'glx/glxcontext.h')
-rw-r--r--glx/glxcontext.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/glx/glxcontext.h b/glx/glxcontext.h
index 0733281d7..edbd491ff 100644
--- a/glx/glxcontext.h
+++ b/glx/glxcontext.h
@@ -94,11 +94,6 @@ struct __GLXcontext {
GLboolean isDirect;
/*
- ** This flag keeps track of whether there are unflushed GL commands.
- */
- GLboolean hasUnflushedCommands;
-
- /*
** Current rendering mode for this context.
*/
GLenum renderMode;