diff options
-rw-r--r-- | src/egl/main/eglimage.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/egl/main/eglimage.c b/src/egl/main/eglimage.c index 818b5975cd..d062cbfe01 100644 --- a/src/egl/main/eglimage.c +++ b/src/egl/main/eglimage.c @@ -46,9 +46,6 @@ _eglParseImageAttribList(_EGLImageAttribs *attrs, _EGLDisplay *dpy, (void) dpy; memset(attrs, 0, sizeof(*attrs)); - attrs->ImagePreserved = EGL_FALSE; - attrs->GLTextureLevel = 0; - attrs->GLTextureZOffset = 0; if (!attrib_list) return err; |