diff options
author | Benjamin Otte <otte@redhat.com> | 2015-03-24 04:45:38 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-03-24 04:45:38 +0100 |
commit | 14562498eaf2dfbee632ec0ca6adb9fb3775c402 (patch) | |
tree | 959ffb8943515545a61cd95f3496a3aa5c0c04d9 /gtk/gtkcontainerprivate.h | |
parent | 6141b3f9f29f5ca3dc2a8165575bf86b4ed6caa7 (diff) | |
download | gtk+-wip/queue-resize.tar.gz |
sizegroup: Remove GtkQueueResizeFlagswip/queue-resize
They were only used with geometry widgets.
Diffstat (limited to 'gtk/gtkcontainerprivate.h')
-rw-r--r-- | gtk/gtkcontainerprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcontainerprivate.h b/gtk/gtkcontainerprivate.h index 79ed0b8720..c92f4a54f2 100644 --- a/gtk/gtkcontainerprivate.h +++ b/gtk/gtkcontainerprivate.h @@ -28,7 +28,6 @@ G_BEGIN_DECLS GList * _gtk_container_get_all_children (GtkContainer *container); void _gtk_container_queue_resize (GtkContainer *container); void _gtk_container_queue_restyle (GtkContainer *container); -void _gtk_container_resize_invalidate (GtkContainer *container); void _gtk_container_clear_resize_widgets (GtkContainer *container); gchar* _gtk_container_child_composite_name (GtkContainer *container, GtkWidget *child); |