diff options
author | Jeremy Huddleston <[email protected]> | 2011-06-13 12:10:38 -0700 |
---|---|---|
committer | Jeremy Huddleston <[email protected]> | 2011-06-13 14:51:01 -0700 |
commit | e903cc17bbf7152b3f7d64fe7fbb5ceebcc7452e (patch) | |
tree | 89ec7a0eff88c5498e911e6f782283ef4d5c7e6e /src/glx/applegl_glx.c | |
parent | b44d13e67bfe81b2d7af4aeda2c3caf7f252bd0f (diff) |
apple: Dead code removal
Signed-off-by: Jeremy Huddleston <[email protected]>
Diffstat (limited to 'src/glx/applegl_glx.c')
-rw-r--r-- | src/glx/applegl_glx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/applegl_glx.c b/src/glx/applegl_glx.c index 9b8605f4075..8e5bc0b66c0 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, |