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