diff options
author | Michael Natterer <mitch@gimp.org> | 2010-10-31 18:07:20 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-11-02 12:04:35 +0900 |
commit | 260ccdfebef9e17842dcc162aefba46fe5459c7c (patch) | |
tree | 52e18d59f343ae23c75a7cf186009b27237a11c3 /gtk/gtkbox.h | |
parent | c50f79041776098cecc4b65bbe4305173dff0847 (diff) | |
download | gtk+-260ccdfebef9e17842dcc162aefba46fe5459c7c.tar.gz |
gtk: remove "gboolean homogeneous" from gtk_box_new()
Because it's FALSE in virtually all use cases.
Diffstat (limited to 'gtk/gtkbox.h')
-rw-r--r-- | gtk/gtkbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index 5b9be5cd50..906aa2e9d7 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -72,7 +72,6 @@ struct _GtkBoxClass GType gtk_box_get_type (void) G_GNUC_CONST; GtkWidget* gtk_box_new (GtkOrientation orientation, - gboolean homogeneous, gint spacing); void gtk_box_pack_start (GtkBox *box, |