Removed unsed is_visible from sheetmodel
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index bdb7ea32efeaabd8bc60a96eec0be5d89a18463f..75e21c9827916104a4cf76d609c44e4ed3b8ef71 100644 (file)
@@ -67,7 +67,6 @@ struct _GtkSheetCellAttr
   GdkColor background;
   GtkSheetCellBorder border;
   gboolean is_editable;
-  gboolean is_visible;
 };
 
 struct _GtkSheetHoverTitle
@@ -102,10 +101,6 @@ struct _GtkSheet
   GdkColor color[n_COLORS];
   gboolean show_grid;
 
-  /* allocation rectangle after the container_border_width
-     and the width of the shadow border */
-  GdkRectangle internal_allocation;
-
   gint16 column_requisition;
   gint16 row_requisition;