summaryrefslogtreecommitdiff
path: root/gtk/gtklayout.h
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-10-07 17:42:55 +0200
committerJavier Jardón <jjardon@gnome.org>2010-05-03 01:39:49 +0200
commit2f1a59c0f2ba82af7ccd8bdd82b7dc066e6e9c08 (patch)
treed93d2c680fbde5ed6e1b1d91c3467fce3c714031 /gtk/gtklayout.h
parent7fd68866fe3592d54a4aa812b7300b7520fce85b (diff)
downloadgtk+-2f1a59c0f2ba82af7ccd8bdd82b7dc066e6e9c08.tar.gz
Remove deprecated GtkLayout functions
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r--gtk/gtklayout.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h
index 0d2e6bcf54..aa542ca72a 100644
--- a/gtk/gtklayout.h
+++ b/gtk/gtklayout.h
@@ -119,20 +119,6 @@ void gtk_layout_set_hadjustment (GtkLayout *layout,
void gtk_layout_set_vadjustment (GtkLayout *layout,
GtkAdjustment *adjustment);
-
-#ifndef GTK_DISABLE_DEPRECATED
-/* These disable and enable moving and repainting the scrolling window
- * of the GtkLayout, respectively. If you want to update the layout's
- * offsets but do not want it to repaint itself, you should use these
- * functions.
- *
- * - I don't understand these are supposed to work, so I suspect
- * - they don't now. OWT 1/20/98
- */
-void gtk_layout_freeze (GtkLayout *layout);
-void gtk_layout_thaw (GtkLayout *layout);
-#endif /* GTK_DISABLE_DEPRECATED */
-
G_END_DECLS
#endif /* __GTK_LAYOUT_H__ */