Cosmetics

No point in having an early return since EGL_NO_IMAGE is what we
want to return anyway.
This commit is contained in:
Matthias Clasen
2024-09-30 06:50:20 -04:00
parent 95cea06462
commit 24173e3f93

View File

@@ -213,7 +213,6 @@ gdk_dmabuf_egl_create_image (GdkDisplay *display,
GDK_DISPLAY_DEBUG (display, DMABUF,
"Creating EGLImage for dmabuf failed: %#x",
eglGetError ());
return 0;
}
return image;