pspp-sheet-view: Reduce time and memory cost to O(1) in number of rows.
[pspp] / src / ui / gui / pspp-sheet-selection.h
index 9c0bcbe4f3c75a2efac748dddb238caa98ba2ddf..306aa4abd2b7958b2182692731d11ffba23e57ea 100644 (file)
@@ -66,9 +66,6 @@ struct _PsppSheetSelection
 
   PsppSheetView *GSEAL (tree_view);
   GtkSelectionMode GSEAL (type);
-  PsppSheetSelectionFunc GSEAL (user_func);
-  gpointer GSEAL (user_data);
-  GDestroyNotify GSEAL (destroy);
 };
 
 struct _PsppSheetSelectionClass