summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-05-01 12:57:05 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-05-01 13:26:46 -0400
commit92b0d2e8ea8b41ea914eb4d66b48cc7dd2d34b9d (patch)
tree00ec2f6a201a3e6b7f95bafcc1bdbe5a56421b32 /gtk/gtkwindow.h
parentc405fe23bff97edf7ae4016d865107913b7458c2 (diff)
downloadgtk+-92b0d2e8ea8b41ea914eb4d66b48cc7dd2d34b9d.tar.gz
Remove GtkWindow::hide-titlebar-when-maximized
This was only every implemented under X11, and with CSD, this is clearly in the application realm. We should not pretend that we can support it on the toolkit level. https://bugzilla.gnome.org/show_bug.cgi?id=775061
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index 771feeeb05..0f247e0349 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -227,11 +227,6 @@ void gtk_window_set_destroy_with_parent (GtkWindow *window,
gboolean setting);
GDK_AVAILABLE_IN_ALL
gboolean gtk_window_get_destroy_with_parent (GtkWindow *window);
-GDK_AVAILABLE_IN_3_4
-void gtk_window_set_hide_titlebar_when_maximized (GtkWindow *window,
- gboolean setting);
-GDK_AVAILABLE_IN_3_4
-gboolean gtk_window_get_hide_titlebar_when_maximized (GtkWindow *window);
GDK_AVAILABLE_IN_ALL
void gtk_window_set_mnemonics_visible (GtkWindow *window,
gboolean setting);