X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsplit-file-dialog.c;h=2cf10d532945d837965b4861a837ec3a86e5f39d;hb=b6493cbb201307a2a5d1ff840a8347d75548cb85;hp=e57075e2c602ea3c95d42de1c1bcb85e09473c04;hpb=d272a0e0664ced3e8e5bb2cde390ea0610a6b26e;p=pspp diff --git a/src/ui/gui/split-file-dialog.c b/src/ui/gui/split-file-dialog.c index e57075e2c6..2cf10d5329 100644 --- a/src/ui/gui/split-file-dialog.c +++ b/src/ui/gui/split-file-dialog.c @@ -34,9 +34,6 @@ #include "dialog-common.h" -/* FIXME: These shouldn't be here */ -#include "psppire-var-store.h" - struct split_file_dialog { @@ -165,7 +162,6 @@ split_file_dialog (PsppireDataWindow *de) { gint response; struct split_file_dialog sfd; - PsppireVarStore *vs ; GtkWidget *dialog ; GtkWidget *source ; @@ -181,9 +177,7 @@ split_file_dialog (PsppireDataWindow *de) sfd.tv = GTK_TREE_VIEW (get_widget_assert (sfd.xml, "split-file-grouping-vars")); - g_object_get (de->data_editor, "var-store", &vs, NULL); - - g_object_get (vs, "dictionary", &sfd.dict, NULL); + g_object_get (de->data_editor, "dictionary", &sfd.dict, NULL); sfd.selector = PSPPIRE_SELECTOR (selector);