psppire-delimited-text: Clear entire 'cache_starts' buffer.
[pspp] / src / ui / gui / val-labs-dialog.h
index f3facce054120b69a062a8811a0e832f55d80411..74b752e142d8ae2ac31e7a44c2d62327bed206d8 100644 (file)
@@ -26,7 +26,6 @@
 #include "data/format.h"
 #include "data/variable.h"
 #include "ui/gui/psppire-dialog.h"
-#include "ui/gui/psppire-var-store.h"
 
 G_BEGIN_DECLS
 
@@ -43,8 +42,6 @@ typedef struct _PsppireValLabsDialogClass PsppireValLabsDialogClass;
 struct _PsppireValLabsDialog {
   PsppireDialog parent;
 
-  GtkWidget *window;
-
   struct val_labs *labs;
   gchar *encoding;
   struct fmt_spec format;