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=220a0c409390225346a8072917073e25a971e624;hp=bbf36f26bf2d8de811f759441eaa2c1f3d3117d6;hpb=729b96a6bd9342c45e6f65a113fd87c70da85b0a;p=pspp diff --git a/src/ui/gui/missing-val-dialog.h b/src/ui/gui/missing-val-dialog.h index bbf36f26bf..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 */ - const struct dictionary *dict; - /* local copy */ struct missing_values mvl;