Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / weight-cases-dialog.h
index e6572e63bf8550aacc2bb5ada3ef33611e755169..02173cb2fabe477eefdd7262889256d5602ed9f5 100644 (file)
@@ -22,7 +22,7 @@
 #include <glib-object.h>
 
 /* Pops up the Weight Cases dialog box */
-void weight_cases_dialog (GObject *o, gpointer data);
+void weight_cases_dialog (gpointer data);
 
 
 #endif