gui: Eliminate some dependencies on the dictionary.
[pspp] / src / ui / gui / missing-val-dialog.h
index 82acf9757f0738eea85ec186a9a51047c18ebad3..2322b84094b5632910efae7dcccfd2e68d0978ec 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2005  Free Software Foundation
+   Copyright (C) 2005, 2011  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -32,9 +32,6 @@ struct missing_val_dialog
   /* The variable whose missing values are to be updated */
   struct variable *pv;
 
-  /* The dictionary to which that value belongs */
-  PsppireDict *dict;
-
   /* local copy */
   struct missing_values mvl;