Remove PSEAL macro. It is no longer useful.
[pspp] / src / ui / gui / pspp-sheet-view.h
index 8941b8946bd8245d0f7055cf16d0af6f6714ae98..92d7315b8b77e35527b4699a092182cdcae070be 100644 (file)
@@ -108,7 +108,7 @@ struct _PsppSheetView
 {
   GtkContainer parent;
 
-  PsppSheetViewPrivate *PSEAL (priv);
+  PsppSheetViewPrivate *priv;
 
   gboolean dispose_has_run ;
 };