Remove PSEAL macro. It is no longer useful.
[pspp] / src / ui / gui / pspp-sheet-selection.h
index ded218c8c5ff1c856149d8790afc9444e0a9c3e0..ec96dd117bf620811818bbe991fdb18a0f1e36d7 100644 (file)
@@ -77,8 +77,8 @@ struct _PsppSheetSelection
 
   /*< private >*/
 
-  PsppSheetView *PSEAL (tree_view);
-  PsppSheetSelectionMode PSEAL (type);
+  PsppSheetView *tree_view;
+  PsppSheetSelectionMode type;
 };
 
 struct _PsppSheetSelectionClass