Applied patch #6428
[pspp-builds.git] / src / ui / gui / psppire.c
index edf17efe46df178197d370bfe7b66cac5ba62cd1..ef05c6f6e6ad643df40713c82051abf9d6822ff0 100644 (file)
@@ -46,8 +46,6 @@
 #include "psppire-var-store.h"
 #include "psppire-data-store.h"
 #include "helper.h"
-#include "data-sheet.h"
-#include "var-sheet.h"
 #include "message-dialog.h"
 
 #include "output-viewer.h"
@@ -88,7 +86,6 @@ initialize (void)
   glade_init ();
 
   gsl_set_error_handler_off ();
-  fmt_init ();
   fn_init ();
   outp_init ();
   settings_init (&viewer_width, &viewer_length);
@@ -190,7 +187,6 @@ create_icon_factory (void)
        }
     }
 
-
   {
     /* Create our own "pspp-stock-reset" item, using the
        GTK_STOCK_REFRESH icon set */
@@ -201,7 +197,7 @@ create_icon_factory (void)
     };
 
 
-    gtk_stock_add (&items, 2);
+    gtk_stock_add (items, 2);
     gtk_icon_factory_add (factory, "pspp-stock-reset", 
                          gtk_icon_factory_lookup_default (GTK_STOCK_REFRESH)
                          );