summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-19 11:49:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-19 11:49:52 +0000
commit53de7bb742eaf2589fd7520bbbd36d5e3e4948de (patch)
treeb54ff7bb76ff84cc51ae746a889924c90e260b71 /perl-install/install/steps_interactive.pm
parentd60e3d5e3d860f4d7ee1cc41d6d689d8424ab72f (diff)
downloaddrakx-backup-do-not-use-53de7bb742eaf2589fd7520bbbd36d5e3e4948de.tar
drakx-backup-do-not-use-53de7bb742eaf2589fd7520bbbd36d5e3e4948de.tar.gz
drakx-backup-do-not-use-53de7bb742eaf2589fd7520bbbd36d5e3e4948de.tar.bz2
drakx-backup-do-not-use-53de7bb742eaf2589fd7520bbbd36d5e3e4948de.tar.xz
drakx-backup-do-not-use-53de7bb742eaf2589fd7520bbbd36d5e3e4948de.zip
drop unused code: commercial cd is no more
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index 18e204f2f..67c786a2c 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -374,12 +374,6 @@ sub ask_change_cd_ {
local $| = 1; print "\a";
- if ($phys_m->{name} =~ /commercial/i) {
- $o->{useless_thing_accepted2} ||=
- $o->ask_from_list_('', formatAlaTeX(messages::com_license()),
- [ N_("Accept"), N_("Refuse") ], "Accept") eq "Accept" or return;
- }
-
foreach (1 .. 32) {
install::media::umount_phys_medium($phys_m);
install::media::openCdromTray($phys_m->{device});