From 24173e3f9319e74dca778881346fea8555dbaa54 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 30 Sep 2024 06:50:20 -0400 Subject: [PATCH] Cosmetics No point in having an early return since EGL_NO_IMAGE is what we want to return anyway. --- gdk/gdkdmabufegl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gdk/gdkdmabufegl.c b/gdk/gdkdmabufegl.c index 9e53519eb2..9b81dc589a 100644 --- a/gdk/gdkdmabufegl.c +++ b/gdk/gdkdmabufegl.c @@ -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;