Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / correlation-dialog.h
index 532970f584f2136a59f7064755950de733d6b62c..8fbef2195faa2f395199071852b8d7e22f6bd5e2 100644 (file)
@@ -19,6 +19,6 @@
 
 #include <gtk/gtk.h>
 
-void correlation_dialog (GObject *o, gpointer data);
+void correlation_dialog (gpointer data);
 
 #endif