X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmissing-val-dialog.h;h=2322b84094b5632910efae7dcccfd2e68d0978ec;hb=49c2b0578e7d9329a8c0292c2ed713005347af84;hp=82acf9757f0738eea85ec186a9a51047c18ebad3;hpb=b5c82cc9aabe7e641011130240ae1b2e84348e23;p=pspp diff --git a/src/ui/gui/missing-val-dialog.h b/src/ui/gui/missing-val-dialog.h index 82acf9757f..2322b84094 100644 --- a/src/ui/gui/missing-val-dialog.h +++ b/src/ui/gui/missing-val-dialog.h @@ -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;