summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-06-13 12:10:38 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-06-13 23:14:32 -0700
commit5078cb68586a52e2a2a991c6e89ed42e8bac7d96 (patch)
tree07ae69cbea1f842531988e503681845c6db4e9f4
parent025d348dc14b9dbf8a9ee39978cb2a43f94b626d (diff)
apple: Dead code removal7.9
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit e903cc17bbf7152b3f7d64fe7fbb5ceebcc7452e)
-rw-r--r--src/glx/applegl_glx.c1
-rw-r--r--src/glx/glxclient.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/applegl_glx.c b/src/glx/applegl_glx.c
index e888a0f2ff8..92c785f988a 100644
--- a/src/glx/applegl_glx.c
+++ b/src/glx/applegl_glx.c
@@ -116,7 +116,6 @@ applegl_create_context(struct glx_screen *psc,
gc->vtable = &applegl_context_vtable;
gc->driContext = NULL;
- gc->do_destroy = False;
/* TODO: darwin: Integrate with above to do indirect */
if(apple_glx_create_context(&gc->driContext, dpy, screen, config,
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h
index 0c9902409ee..390e6b0062a 100644
--- a/src/glx/glxclient.h
+++ b/src/glx/glxclient.h
@@ -344,7 +344,6 @@ struct glx_context
#if defined(GLX_DIRECT_RENDERING) && defined(GLX_USE_APPLEGL)
void *driContext;
- Bool do_destroy;
#endif
/**