wayland: Remove cruft in set_keep_above / set_keep_below

It's been decided: these will most likely never be supported on
Wayland, so remove the "stub" implementation of them.
This commit is contained in:
Jasper St. Pierre 2014-03-17 15:42:43 -04:00
parent 4eb7dac75b
commit 16b5504eb9

View File

@ -1817,22 +1817,13 @@ gdk_wayland_window_unfullscreen (GdkWindow *window)
}
static void
gdk_wayland_window_set_keep_above (GdkWindow *window,
gboolean setting)
gdk_wayland_window_set_keep_above (GdkWindow *window, gboolean setting)
{
g_return_if_fail (GDK_IS_WINDOW (window));
if (GDK_WINDOW_DESTROYED (window))
return;
}
static void
gdk_wayland_window_set_keep_below (GdkWindow *window, gboolean setting)
{
g_return_if_fail (GDK_IS_WINDOW (window));
if (GDK_WINDOW_DESTROYED (window))
return;
}
static GdkWindow *