From: Benjamin Otte Date: Mon, 7 May 2018 15:16:29 +0000 (+0200) Subject: wayland: Remove stray if X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~300 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=80f5fd8435961c012c8c7202df3192631d564c6c;p=gtk4.git wayland: Remove stray if Leftover from d056be4ea238e6f4371230b1a892ed0100770848. I need more sleep when I need to fixup the fixups of my fixups now. --- diff --git a/gdk/wayland/gdkdnd-wayland.c b/gdk/wayland/gdkdnd-wayland.c index 9138e5eb98..39bd25d7db 100644 --- a/gdk/wayland/gdkdnd-wayland.c +++ b/gdk/wayland/gdkdnd-wayland.c @@ -84,7 +84,6 @@ gdk_wayland_drag_context_finalize (GObject *object) gdk_drag_context_set_cursor (context, NULL); } - if (wayland_context->data_source) g_clear_pointer (&wayland_context->data_source, (GDestroyNotify) wl_data_source_destroy); g_clear_pointer (&wayland_context->offer, (GDestroyNotify) wl_data_offer_destroy);