diff --git a/source/ubinstall-gtk-page-switch.c b/source/ubinstall-gtk-page-switch.c index 1297fc6..403f566 100644 --- a/source/ubinstall-gtk-page-switch.c +++ b/source/ubinstall-gtk-page-switch.c @@ -604,7 +604,6 @@ void on_page_next_clicked(GtkWidget *, main_window *widgets){ if ((int)page!=-1){ gtk_notebook_set_current_page(GTK_NOTEBOOK(widgets->Notebook),page); switch(page){ - case YON_PAGE_OS_COMPONENTS: case YON_PAGE_KERNEL: case YON_PAGE_KERNEL_ADDON: case YON_PAGE_PACMAN_SOFTWARE: