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