Removed unsed is_visible from sheetmodel
[pspp-builds.git] / lib / gtksheet / gsheetmodel.h
index 792e6921ecc3637711bb89a285ee3af5670abb80..ffd215779d457c6a68d832b997905d297e99d2f0 100644 (file)
@@ -106,7 +106,6 @@ struct _GSheetModelIface
   gboolean  (* clear_datum) (GSheetModel *sheet_model,
                             glong row, glong column);
 
-  gboolean (* is_visible) (const GSheetModel *sheet_model, glong row, glong column);
   gboolean (* is_editable) (const GSheetModel *sheet_model, glong row, glong column);
 
   GdkColor *  (* get_foreground) (const GSheetModel *sheet_model,