From: John Darrington Date: Mon, 2 Mar 2009 11:51:04 +0000 (+0900) Subject: Remove reference to 'struct data_editor' which is a type which no longer exists X-Git-Tag: v0.7.3~265 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c8d38a448f94d4e5b712ded5c84b7589a6ce720;p=pspp-builds.git Remove reference to 'struct data_editor' which is a type which no longer exists --- diff --git a/src/ui/gui/text-data-import-dialog.c b/src/ui/gui/text-data-import-dialog.c index a7726796..de2ef522 100644 --- a/src/ui/gui/text-data-import-dialog.c +++ b/src/ui/gui/text-data-import-dialog.c @@ -233,10 +233,8 @@ static void pop_watch_cursor (struct import_assistant *); /* Pops up the Text Data Import assistant. */ void -text_data_import_assistant (GObject *o, gpointer de_) +text_data_import_assistant (GObject *o, GtkWindow *parent_window) { - struct data_editor *de = de_; - GtkWindow *parent_window = GTK_WINDOW (de); struct import_assistant *ia; ia = xzalloc (sizeof *ia);