Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / find-dialog.h
index 3d4a50fff4a4f549f611fbd0c54dde9f9ea840f7..b8e1f5acec770df1ffe092d9f48b1bb01d27e9e6 100644 (file)
@@ -22,6 +22,6 @@
 #include <glib-object.h>
 
 /* Pops up the Find dialog box */
-void find_dialog (GObject *o, gpointer data);
+void find_dialog (gpointer data);
 
 #endif