Removed the visibility predicate from the row/column models.
[pspp-builds.git] / lib / gtksheet / gsheet-column-iface.h
index 4ad1d3fcfc0a9b0b787b643686e74da54a16cdb0..7b3128c20e15c2a4cb4cead59cfdd91d76807541 100644 (file)
@@ -50,7 +50,6 @@ struct _GSheetColumnIface
   gint (* get_width) (const GSheetColumn *gcolumn, glong col);
   void (* set_width) (GSheetColumn *gcolumn, glong col, gint width);
 
-  gboolean (* get_visibility) (const GSheetColumn *gcolumn, glong col);
   gboolean (* get_sensitivity) (const GSheetColumn *gcolumn, glong col);
   const GtkSheetButton * (* get_button) (const GSheetColumn *gcolumn, glong col);
   GtkJustification (* get_justification) (const GSheetColumn *gcolumn, glong col);