aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--code/egl/egl_glimp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/code/egl/egl_glimp.c b/code/egl/egl_glimp.c
index 5032683..0accc73 100644
--- a/code/egl/egl_glimp.c
+++ b/code/egl/egl_glimp.c
@@ -102,8 +102,6 @@ static void make_window(Display * dpy, Screen * scr, EGLDisplay eglDisplay,
int XResult = BadImplementation;
int blackColour = BlackPixel(dpy, DefaultScreen(dpy));
EGLint cfg_attribs[] = {
- EGL_NATIVE_VISUAL_TYPE, 0,
-
/* RGB565 */
EGL_BUFFER_SIZE, 16,
EGL_RED_SIZE, 5,