X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-sheet.h;h=058821b7b30d583236e36b2ae0817187148c0c42;hb=8f885c554e37cd066898e18b9c0752ac0e57b3dd;hp=b996275c70404e94ea09e4c79a046d2783796dcb;hpb=14aac9fe7a7efbb6c9bded2ed5969a643cb76645;p=pspp diff --git a/src/ui/gui/psppire-var-sheet.h b/src/ui/gui/psppire-var-sheet.h index b996275c70..058821b7b3 100644 --- a/src/ui/gui/psppire-var-sheet.h +++ b/src/ui/gui/psppire-var-sheet.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 2012 Free Software Foundation, Inc. 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 @@ -21,9 +21,7 @@ #include #include #include -#include "val-labs-dialog.h" #include "missing-val-dialog.h" -#include "var-type-dialog.h" G_BEGIN_DECLS @@ -44,10 +42,6 @@ struct _PsppireVarSheet gboolean dispose_has_run; gboolean may_create_vars; - - struct val_labs_dialog *val_labs_dialog ; - struct missing_val_dialog *missing_val_dialog ; - struct var_type_dialog *var_type_dialog ; };