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