Fixed a multitude of C89 compatibility warnings.
[pspp-builds.git] / lib / gtksheet / gsheet-uniform-column.c
index be7a37f9085670e44e6a0d8e3d9c50c8640ca41d..0c1573b5d5717c4ba4fd46c2a24564fcda00d3bc 100644 (file)
@@ -124,8 +124,6 @@ g_sheet_uniform_column_get_visibility(const GSheetColumn *geom, gint u)
 static const gchar *
 g_sheet_uniform_column_get_button_label(const GSheetColumn *geom, gint u)
 {
-  GSheetUniformColumn *ug = G_SHEET_UNIFORM_COLUMN(geom);
-  
   static gchar *label; 
 
   g_free(label);