Refactor Data and Syntax Loading
[pspp-builds.git] / src / ui / gui / psppire-data-window.h
index ecf86bb9abbf48c5b5cd848c2a123ac312e2c2f2..1b6deab12ab1f30c5ccada6a8e135d31ce349372 100644 (file)
@@ -65,11 +65,6 @@ struct _PsppireDataWindow
 
 
   gboolean save_as_portable;
-
-  /* Name of the file this data is associated with (ie, was loaded from or
-     has been  saved to), in "filename encoding",  or NULL, if it's not
-     associated with any file */
-  gchar *file_name;
 };
 
 struct _PsppireDataWindowClass
@@ -79,8 +74,6 @@ struct _PsppireDataWindowClass
 
 GType      psppire_data_window_get_type        (void);
 GtkWidget* psppire_data_window_new             (void);
-void       psppire_data_window_load_file (PsppireDataWindow *, const gchar *);
-
 
 G_END_DECLS