summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-03-14 01:43:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-03-14 15:16:56 -0400
commit6f156dad7f1d370cfcddc188e7098585f13b1358 (patch)
tree96e4082f1bcd134163018e0c34c159fcef786ff1 /gtk/gtkwindow.h
parent103ef3c195d9bd7003e3874780b3f951fd501a8a (diff)
downloadgtk+-6f156dad7f1d370cfcddc188e7098585f13b1358.tar.gz
window: Drop keep above/below
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index eb96e53e8a..afc65d822f 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -247,10 +247,6 @@ void gtk_window_fullscreen_on_monitor (GtkWindow *window,
GdkMonitor *monitor);
GDK_AVAILABLE_IN_ALL
void gtk_window_close (GtkWindow *window);
-GDK_AVAILABLE_IN_ALL
-void gtk_window_set_keep_above (GtkWindow *window, gboolean setting);
-GDK_AVAILABLE_IN_ALL
-void gtk_window_set_keep_below (GtkWindow *window, gboolean setting);
/* Set initial default size of the window (does not constrain user
* resize operations)