diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-10-07 17:42:55 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-05-03 01:39:49 +0200 |
commit | 2f1a59c0f2ba82af7ccd8bdd82b7dc066e6e9c08 (patch) | |
tree | d93d2c680fbde5ed6e1b1d91c3467fce3c714031 /gtk/gtklayout.h | |
parent | 7fd68866fe3592d54a4aa812b7300b7520fce85b (diff) | |
download | gtk+-2f1a59c0f2ba82af7ccd8bdd82b7dc066e6e9c08.tar.gz |
Remove deprecated GtkLayout functions
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r-- | gtk/gtklayout.h | 14 |
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__ */ |