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