Remove unused sheetmodel function
[pspp-builds.git] / lib / gtksheet / gtksheet.c
index 5641776df30c3e8cb6a83ee38677affdc6f48e51..c638c9e7d1dbf96c6161c66ebf70bd754d3e6475 100644 (file)
@@ -5213,7 +5213,6 @@ gtk_sheet_get_attributes (const GtkSheet *sheet, gint row, gint col,
 {
   GdkColor *fg, *bg;
   const GtkJustification *j ;
-  const GtkSheetCellBorder *border ;
   GdkColormap *colormap;
 
   g_return_val_if_fail (sheet != NULL, FALSE);
@@ -5255,10 +5254,6 @@ gtk_sheet_get_attributes (const GtkSheet *sheet, gint row, gint col,
   if (j)
     attr->justification = *j;
 
-  border = g_sheet_model_get_cell_border (sheet->model, row, col);
-
-  if ( border ) attr->border = *border;
-
   return TRUE;
 }