X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheet-uniform-row.c;h=6ab1c8ff11f196824d4a3feb4392024b43d2463b;hb=860ca55c65448584c436692380c4fa655d2c3ba1;hp=48dd38a3a0ef9459fb8e930b8f87a4b381d96dfe;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/lib/gtksheet/gsheet-uniform-row.c b/lib/gtksheet/gsheet-uniform-row.c index 48dd38a3..6ab1c8ff 100644 --- a/lib/gtksheet/gsheet-uniform-row.c +++ b/lib/gtksheet/gsheet-uniform-row.c @@ -123,8 +123,6 @@ g_sheet_uniform_row_get_visibility(const GSheetRow *geom, gint u) static const gchar * g_sheet_uniform_row_get_button_label(const GSheetRow *geom, gint u) { - GSheetUniformRow *ug = G_SHEET_UNIFORM_ROW(geom); - static gchar *label; g_free(label); label = g_strdup_printf("%d", u);