Remove {rows,columns}_resizeable function
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index 92c4248eff1c6fb42f6974db8103e6a30aa32a86..884e41f96b39ca0b3bc5e834ab6a26fc67e45b53 100644 (file)
@@ -103,9 +103,6 @@ struct _GtkSheet
   gint16 column_requisition;
   gint16 row_requisition;
 
-  gboolean rows_resizable;
-  gboolean columns_resizable;
-
   /* active cell */
   GtkSheetCell active_cell;