Fixed a number of warnings.
[pspp-builds.git] / lib / gtksheet / gsheet-uniform-row.c
index 48dd38a3a0ef9459fb8e930b8f87a4b381d96dfe..6ab1c8ff11f196824d4a3feb4392024b43d2463b 100644 (file)
@@ -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);