tests: Fix compile warnings for people who don't read gcc output.

This commit is contained in:
Benjamin Otte 2011-01-05 23:49:14 +01:00
parent 96091a4d9c
commit 8136481d75

View File

@ -425,7 +425,7 @@ static void
tree_menu (void)
{
GtkWidget *window, *widget;
GtkWidget *menu, *menubar, *vbox, *menuitem;
GtkWidget *menubar, *vbox;
GtkCellArea *area;
GtkTreeModel *store;