egl: remove duplicate 0 assignment
[mesa.git] / src / egl / main / eglimage.c
index 818b5975cd29a81ea7049f991ff23ed53bdf830c..d062cbfe014cf8eeeb3f04b00c6c3521c373cd8f 100644 (file)
@@ -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;