Remove unused function 20130519010502/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 19 May 2013 05:20:52 +0000 (07:20 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 19 May 2013 06:21:15 +0000 (08:21 +0200)
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)