From 80f5fd8435961c012c8c7202df3192631d564c6c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 7 May 2018 17:16:29 +0200 Subject: [PATCH] wayland: Remove stray if Leftover from d056be4ea238e6f4371230b1a892ed0100770848. I need more sleep when I need to fixup the fixups of my fixups now. --- gdk/wayland/gdkdnd-wayland.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2