Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / sort-cases-dialog.h
index 000d2c00810634bbecc07a921b8dbca26afe7477..899879ca1c7d5f3753836c062e7e14f33701b9a7 100644 (file)
@@ -20,6 +20,6 @@
 
 #include <gtk/gtk.h>
 
-void sort_cases_dialog (GObject *o, gpointer data);
+void sort_cases_dialog (gpointer data);
 
 #endif