X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=9b40c08ab5b741f819f416c81d7a34f66a2a849e;hb=faa4f310af58bc1dfd56be0575745c91a59d88b3;hp=4e9cdfb418187f2454ef3434513e0f4f2b01b440;hpb=07da9f454c17fb961cae09f6d7d505f7abb281c0;p=pspp diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index 4e9cdfb418..9b40c08ab5 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -163,7 +163,6 @@ clone_list_store (const GtkListStore *src) const gint n_cols = gtk_tree_model_get_n_columns (GTK_TREE_MODEL (src)); GType *types = g_malloc (sizeof (*types) * n_cols); - int row = 0; GtkListStore *dest; for (i = 0 ; i < n_cols; ++i) @@ -188,7 +187,6 @@ clone_list_store (const GtkListStore *src) g_value_unset (&val); } - row++; } g_free (types);