diff options
author | Benjamin Otte <otte@redhat.com> | 2015-09-28 21:54:23 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-10-28 19:44:28 +0100 |
commit | ab7e901cfd75257991f405b5f2082d47312de774 (patch) | |
tree | fa8ab12ade77d0ad5f3b22572142871453e714f3 /gtk/gtksizegroup-private.h | |
parent | 4fa74e68e9a73a1e0e169be89a3aba282d0fdbe4 (diff) | |
download | gtk+-ab7e901cfd75257991f405b5f2082d47312de774.tar.gz |
widget: Move resize function into gtkwidget.c
There's no sizegroup specific code left in it, but lots of
widget-specifics.
Diffstat (limited to 'gtk/gtksizegroup-private.h')
-rw-r--r-- | gtk/gtksizegroup-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtksizegroup-private.h b/gtk/gtksizegroup-private.h index 6950844913..c192c48753 100644 --- a/gtk/gtksizegroup-private.h +++ b/gtk/gtksizegroup-private.h @@ -25,7 +25,6 @@ G_BEGIN_DECLS GHashTable * _gtk_size_group_get_widget_peers (GtkWidget *for_widget, GtkOrientation orientation); -void _gtk_size_group_queue_resize (GtkWidget *widget); G_END_DECLS |