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