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