val-labs-dialog: Remove unused 'window' member.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 19 Aug 2012 17:30:53 +0000 (10:30 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 19 Aug 2012 18:37:30 +0000 (11:37 -0700)
src/ui/gui/val-labs-dialog.h

index f3facce054120b69a062a8811a0e832f55d80411..379a5eeb3ee8fd1bf7968806582b605d788ac7f2 100644 (file)
@@ -43,8 +43,6 @@ typedef struct _PsppireValLabsDialogClass PsppireValLabsDialogClass;
 struct _PsppireValLabsDialog {
   PsppireDialog parent;
 
-  GtkWidget *window;
-
   struct val_labs *labs;
   gchar *encoding;
   struct fmt_spec format;