Remove deprecated objects GtkAction and GtkUIManager
[pspp] / src / ui / gui / pspp-sheet-private.h
index 66719675f94f92292ec5a453e58ac9fd64d655f0..a19c7c5b783bf60bef8916a8616be49a091e86c8 100644 (file)
@@ -194,7 +194,6 @@ struct _PsppSheetViewPrivate
   guint open_dest_timeout;
 
   /* Rubber banding */
-  GdkDevice *drag_device;
   gint rubber_band_status;
   gint rubber_band_x;
   gint rubber_band_y;
@@ -281,6 +280,9 @@ struct _PsppSheetViewPrivate
    * driving the scrollable adjustment values */
   guint hscroll_policy : 1;
   guint vscroll_policy : 1;
+
+  /* For optimisation of size allocate requests */
+  guint resized : 1;
  };
 
 #ifdef __GNUC__