summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-06-05 19:55:51 -0400
committerJeremy Huddleston <jeremyhu@apple.com>2011-06-05 20:52:15 -0400
commit3843bbcb4ca4de232dbae6ba3ae619ddfc93508b (patch)
tree258aaa3967fd378543955c811286ce19aadc51d2
parent8593bb32eae5368c1ba52504133b0bf200bf8e74 (diff)
glx: Dead code removal
Remove a redundant ifndef GLX_USE_APPLEGL Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--src/glx/glxcurrent.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glx/glxcurrent.c b/src/glx/glxcurrent.c
index 27a0ef9fcda..b3009580d13 100644
--- a/src/glx/glxcurrent.c
+++ b/src/glx/glxcurrent.c
@@ -160,12 +160,10 @@ _X_HIDDEN void
__glXSetCurrentContextNull(void)
{
__glXSetCurrentContext(&dummyContext);
-#ifndef GLX_USE_APPLEGL
#if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
_glapi_set_dispatch(NULL); /* no-op functions */
_glapi_set_context(NULL);
#endif
-#endif
}
_X_EXPORT GLXContext