Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / crosstabs-dialog.h
index 33349b90ba71114336748d770772260214eb40d1..34fd4e6f171ade7ff240c64a25bd2f4e27f0940b 100644 (file)
@@ -19,9 +19,8 @@
 
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 
 
-void crosstabs_dialog (GObject *o, gpointer data);
+void crosstabs_dialog (gpointer data);
 
 #endif