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