summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-01-09 00:53:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2012-01-09 00:53:53 -0500
commit69a529572d5dfb8fb7b34fc95c36ca239eb9ca3a (patch)
tree7bac07d449ddec7467192d7f68955f0d432b6027 /gtk/gtkwindow.h
parent2ef4621e05e20172dab37b5e531fbf9c3a48f238 (diff)
downloadgtk+-69a529572d5dfb8fb7b34fc95c36ca239eb9ca3a.tar.gz
Revert "GtkWindow: new API to store state in GSettings"
This reverts commit 730765de9163934d9993b25a87f076f1b36ed271. This needs more thought, committing it on the same day as filing the bug was premature.
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 01b3eb3d5a..17203070e2 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -338,10 +338,6 @@ gboolean gtk_window_get_has_resize_grip (GtkWindow *window);
gboolean gtk_window_resize_grip_is_visible (GtkWindow *window);
gboolean gtk_window_get_resize_grip_area (GtkWindow *window,
GdkRectangle *rect);
-void gtk_window_setup_persistent_state (GtkWindow *window,
- GSettings *settings,
- const gchar *child_name);
-
G_END_DECLS