X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsplit-file-dialog.c;h=82ef6315456bd1f9e3f2c6451cd303d2308c6ca1;hb=14c065be90af77f2661d4bf4d35f3ec943fd99bd;hp=6e9259ee425113ca17fae2ca22279ed49a557da0;hpb=d46430e7458fcd65dfdf7928f52f2d06fa60127d;p=pspp diff --git a/src/ui/gui/split-file-dialog.c b/src/ui/gui/split-file-dialog.c index 6e9259ee42..82ef631545 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 (get_widget_assert (sfd.xml, "split-file-selector"));