Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / transpose-dialog.h
index cdcf0ecf55c042766398fe9c176374ccf770d779..cf2f4eb4e7c17c8dc698bca2f4c8e224fbaeb2eb 100644 (file)
@@ -21,7 +21,7 @@
 #include <glib.h>
 #include <glib-object.h>
 
-void transpose_dialog (GObject *o, gpointer data);
+void transpose_dialog (gpointer data);
 
 
 #endif