testbbox: Remove unused variable

This was the only compiler warning in Continuous for gtk3.
This commit is contained in:
Colin Walters 2014-01-04 17:52:22 -05:00
parent 2f4b577165
commit c45057c88a

View File

@ -72,7 +72,6 @@ combo_types_changed_cb (GtkComboBoxText *combo,
GtkWidget **buttons) GtkWidget **buttons)
{ {
int i; int i;
char *text;
GtkWidget *old_parent, *new_parent; GtkWidget *old_parent, *new_parent;
GtkButtonBoxStyle style; GtkButtonBoxStyle style;