summaryrefslogtreecommitdiff
path: root/gtk/gtkhbbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-09-13 19:57:42 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-09-13 19:57:42 +0000
commit463aab93dd04bb815f13ff8f17019071162a8ac3 (patch)
tree539f4100082e7cb0fcb1a1ba449e3b7791eb4cfd /gtk/gtkhbbox.c
parent9a5d4a2ff9e9117b731418d0deafd4204cace1c4 (diff)
downloadgtk+-463aab93dd04bb815f13ff8f17019071162a8ac3.tar.gz
Various cleanups. (#315360, Kjartan Maraas)
2005-09-13 Matthias Clasen <mclasen@redhat.com> * gtk/*.c: Various cleanups. (#315360, Kjartan Maraas)
Diffstat (limited to 'gtk/gtkhbbox.c')
-rw-r--r--gtk/gtkhbbox.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkhbbox.c b/gtk/gtkhbbox.c
index 3dda89c16f..9fdf66516b 100644
--- a/gtk/gtkhbbox.c
+++ b/gtk/gtkhbbox.c
@@ -198,7 +198,6 @@ gtk_hbutton_box_size_allocate (GtkWidget *widget,
{
GtkBox *base_box;
GtkButtonBox *box;
- GtkHButtonBox *hbox;
GtkBoxChild *child;
GList *children;
GtkAllocation child_allocation;
@@ -217,7 +216,6 @@ gtk_hbutton_box_size_allocate (GtkWidget *widget,
base_box = GTK_BOX (widget);
box = GTK_BUTTON_BOX (widget);
- hbox = GTK_HBUTTON_BOX (widget);
spacing = base_box->spacing;
layout = box->layout_style != GTK_BUTTONBOX_DEFAULT_STYLE
? box->layout_style : default_layout_style;