Correct bugs in PsppireSelector which cause the Examine Dialog to crash
[pspp] / src / ui / gui / psppire-selector.h
index af3d45a372f6d8b6f5235b351cef94294409bae5..f71c3fe21fb0fbc4adf80da143a58dd94141d86f 100644 (file)
@@ -87,8 +87,6 @@ struct _PsppireSelector
 
   gint orientation;
 
-  GtkTreeModelFilter *filtered_source;
-
   SelectItemsFunc *select_items;
   gpointer select_user_data;
 
@@ -97,7 +95,6 @@ struct _PsppireSelector
   AllowSelectionFunc *allow_selection;
 
   gulong row_activate_id ;
-
   gulong source_select_id ;
 
   gboolean primary_requested;