tests: Remove unused variables

This commit is contained in:
Benjamin Otte 2012-03-20 02:05:35 +01:00
parent 01650a9fe2
commit c80436ac35

View File

@ -1218,8 +1218,7 @@ test_icon_view (void)
" </child>"
" </object>"
"</interface>";
GObject *window, *iconview, *renderer;
gchar *text;
GObject *window, *iconview;
builder = builder_new_from_string (buffer, -1, NULL);
iconview = gtk_builder_get_object (builder, "iconview1");