Remove unused function
[pspp] / src / ui / gui / page-assistant.c
index e4f3375d2534b663eb15064d69023e9adff17339..bd66d0949972aad87404d7ffdabb39c062ef1a09 100644 (file)
@@ -206,15 +206,6 @@ on_paste (GtkButton *button, struct import_assistant *ia)
   close_assistant (ia, PSPPIRE_RESPONSE_PASTE);
 }
 
-static GtkWidget *
-assist_get_page (struct assist_page *ap)
-{
-  if (ap == NULL)
-    return NULL;
-
-  return ap->page;
-}
-
 /* Called when the Reset button is clicked. */
 static void
 on_reset (GtkButton *button, struct import_assistant *ia)