Removed the visibility predicate from the row/column models.
[pspp-builds.git] / lib / gtksheet / gsheet-row-iface.h
index ded46671136b87445d35ecb7738063b18f3cc72c..ce67b326a14e7e4fbe6163397c1998c8171e96bc 100644 (file)
@@ -53,8 +53,6 @@ struct _GSheetRowIface
   gint (* get_height) (const GSheetRow *grow, glong row);
   void (* set_height) (GSheetRow *grow, glong row, gint height);
 
-  gboolean (* get_visibility) (const GSheetRow *grow, glong row);
-
   gboolean (* get_sensitivity) (const GSheetRow *grow, glong row);
 
   const GtkSheetButton * (* get_button) (const GSheetRow *grow, glong row);