X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgtksheet%2Fgsheet-uniform-row.c;h=6ab1c8ff11f196824d4a3feb4392024b43d2463b;hb=09f985912144ac86ec48edcce42da390ce2b85b9;hp=48dd38a3a0ef9459fb8e930b8f87a4b381d96dfe;hpb=5d1348cd3e1f9dbf631ce9f67f2748eaa216dc45;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);