Make the axis implementation more tolerant of boundary conditions
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index 75e21c9827916104a4cf76d609c44e4ed3b8ef71..884e41f96b39ca0b3bc5e834ab6a26fc67e45b53 100644 (file)
@@ -62,7 +62,6 @@ typedef struct _GtkSheetHoverTitle GtkSheetHoverTitle;
 struct _GtkSheetCellAttr
 {
   GtkJustification justification;
-  const PangoFontDescription *font_desc;
   GdkColor foreground;
   GdkColor background;
   GtkSheetCellBorder border;
@@ -104,9 +103,6 @@ struct _GtkSheet
   gint16 column_requisition;
   gint16 row_requisition;
 
-  gboolean rows_resizable;
-  gboolean columns_resizable;
-
   /* active cell */
   GtkSheetCell active_cell;