Draw the boundary line when resizing rows/columns
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index 92c4248eff1c6fb42f6974db8103e6a30aa32a86..bf5c933807abf944a2128aa27196530323455f84 100644 (file)
@@ -100,12 +100,6 @@ struct _GtkSheet
   GdkColor color[n_COLORS];
   gboolean show_grid;
 
-  gint16 column_requisition;
-  gint16 row_requisition;
-
-  gboolean rows_resizable;
-  gboolean columns_resizable;
-
   /* active cell */
   GtkSheetCell active_cell;