Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / examine-dialog.h
index b8e70272e4802a8f9f6844ca7d40236ce6bdc1c4..189a4d90990fb78a573906a0235ae9407d69e1c8 100644 (file)
@@ -19,9 +19,7 @@
 
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 
-
-void examine_dialog (GObject *o, gpointer data);
+void examine_dialog (gpointer data);
 
 #endif