From 48ed0d23eaabeb5baf99e4aae7629cb5cee2f30e Mon Sep 17 00:00:00 2001 From: Michael Chang Date: Fri, 4 Jan 2013 15:00:29 +0800 Subject: [PATCH] Remove grub2 under developing warning Remove grub2 is still under develope and test warning after user choosed it. (bnc#780637) --- src/routines/global_widgets.ycp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/routines/global_widgets.ycp b/src/routines/global_widgets.ycp index 0a1e6ac09..037c7f79a 100644 --- a/src/routines/global_widgets.ycp +++ b/src/routines/global_widgets.ycp @@ -315,34 +315,20 @@ Proceed? } if (new_bl == "grub2") { - if (Popup::ContinueCancel (_(" -The GRUB2 is still under develope and test. - -Proceed? -"))) - { BootCommon::other_bl[old_bl] = Bootloader::Export (); BootCommon::setLoaderType ("grub2"); Bootloader::Propose (); BootCommon::location_changed = true; BootCommon::changed = true; - } return `redraw; } if (new_bl == "grub2-efi") { - if (Popup::ContinueCancel (_(" -The grub2-efi is still under develope and test. - -Proceed? -"))) - { BootCommon::other_bl[old_bl] = Bootloader::Export (); BootCommon::setLoaderType ("grub2-efi"); Bootloader::Propose (); BootCommon::location_changed = true; BootCommon::changed = true; - } return `redraw; }