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