From 7d675309825e43a9c60e6b6af0873d70fd79ec23 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 27 Feb 2014 17:00:46 -0500 Subject: [PATCH] wayland: Remove old, outdated comment --- gdk/wayland/gdkwindow-wayland.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c index 5be6df4fe7..0f0d581760 100644 --- a/gdk/wayland/gdkwindow-wayland.c +++ b/gdk/wayland/gdkwindow-wayland.c @@ -1061,10 +1061,6 @@ xdg_popup_done (void *data, { GdkWindow *window = GDK_WINDOW (data); - /* When the popup is complete hide the window - this really relies on the - * fix in https://bugzilla.gnome.org/show_bug.cgi?id=670881 to work - * effectively. - */ gdk_window_hide (window); }