Removed the visibility predicate from the row/column models.
[pspp-builds.git] / lib / gtksheet / gsheet-uniform-column.h
index b6c8102fb49a24fef42755eea56e0c9427442e4e..51fc53a081857a0a31f7a941b6f28d26c5d0da43 100644 (file)
@@ -42,14 +42,13 @@ extern "C" {
     gint n_columns;
     gint width;
     gboolean is_sensitive;
-    gboolean is_visible;
   };
 
   struct _GSheetUniformColumnClass
   {
     GObjectClass parent_class;
   };
-  
+
   /* create a new column */
   GObject * g_sheet_uniform_column_new (gint width, gint n_columns);