Set the window title when opening a file on the command line
[pspp-builds.git] / src / ui / gui / psppire-data-window.c
index 21226ea56edcbdba88a7032c218bfbb1079405b6..16e8a8a016bfaa674e9b59bd19f0b3f4cb683b1a 100644 (file)
@@ -1005,14 +1005,6 @@ on_switch_sheet (GtkNotebook *notebook,
 
 
 
-void
-create_data_window (void)
-{
-  GtkWidget *w = psppire_data_window_new ();
-  gtk_widget_show (w);
-}
-
-
 static void
 psppire_data_window_init (PsppireDataWindow *de)
 {