From 6ac591028ca6885ed1cf79f1586e59ee861eccd1 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Thu, 22 Sep 2022 17:19:49 +0800 Subject: [PATCH] glx: Remove redundant #ifndef GLX_USE_APPLEGL in glx/glxext.c Signed-off-by: Yonggang Luo Reviewed-by: Adam Jackson Part-of: --- src/glx/glxext.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/glx/glxext.c b/src/glx/glxext.c index e1aa475..884611b 100644 --- a/src/glx/glxext.c +++ b/src/glx/glxext.c @@ -934,10 +934,8 @@ __glXInitialize(Display * dpy) dpyPriv->zombieGLXDrawable = _mesa_pointer_set_create(NULL); -#ifndef GLX_USE_APPLEGL /* Set the logger before the *CreateDisplay functions. */ loader_set_logger(glx_message); -#endif /* ** Initialize the direct rendering per display data and functions. -- 2.7.4