mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
apple: Dead code removal
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
b44d13e67b
commit
e903cc17bb
2 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -335,7 +335,6 @@ struct glx_context
|
|||
|
||||
#if defined(GLX_DIRECT_RENDERING) && defined(GLX_USE_APPLEGL)
|
||||
void *driContext;
|
||||
Bool do_destroy;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue