mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02: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->vtable = &applegl_context_vtable;
|
||||||
gc->driContext = NULL;
|
gc->driContext = NULL;
|
||||||
gc->do_destroy = False;
|
|
||||||
|
|
||||||
/* TODO: darwin: Integrate with above to do indirect */
|
/* TODO: darwin: Integrate with above to do indirect */
|
||||||
if(apple_glx_create_context(&gc->driContext, dpy, screen, config,
|
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)
|
#if defined(GLX_DIRECT_RENDERING) && defined(GLX_USE_APPLEGL)
|
||||||
void *driContext;
|
void *driContext;
|
||||||
Bool do_destroy;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue