Remove commented out code
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 30 Jan 2016 17:59:28 +0000 (18:59 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 30 Jan 2016 17:59:28 +0000 (18:59 +0100)
src/ui/gui/psppire-import-assistant.c

index a1cbfac51354f8b01628f2e585e350eda23d1979..a7d29f2a8cf0391e8c8edf31e3023954bcc7fb20 100644 (file)
@@ -459,15 +459,6 @@ on_prepare (GtkAssistant *assistant, GtkWidget *page, PsppireImportAssistant *ia
       on_entering (ia, new_page);
   }
   
-#if GTK3_TRANSITION
-  if (gtk_assistant_get_page_type (assistant, page)
-      == GTK_ASSISTANT_PAGE_CONFIRM)
-    gtk_widget_grab_focus (assistant->apply);
-  else
-    gtk_widget_grab_focus (assistant->forward);
-#endif
-
-
   ia->current_page = pn;
 }