summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-06 13:33:18 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-06 13:33:18 +0000
commit27e993b65fb9354c4b6c06ea0177979b52e37fe1 (patch)
treee397e9a5fe64a57158cba16e2760dac153698495 /perl-install
parent2e8a9cb431eb036f6c3e9d7fb4d6e887a7672139 (diff)
downloaddrakx-backup-do-not-use-27e993b65fb9354c4b6c06ea0177979b52e37fe1.tar
drakx-backup-do-not-use-27e993b65fb9354c4b6c06ea0177979b52e37fe1.tar.gz
drakx-backup-do-not-use-27e993b65fb9354c4b6c06ea0177979b52e37fe1.tar.bz2
drakx-backup-do-not-use-27e993b65fb9354c4b6c06ea0177979b52e37fe1.tar.xz
drakx-backup-do-not-use-27e993b65fb9354c4b6c06ea0177979b52e37fe1.zip
kill unused variable
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 42680d7d1..d35ca4b04 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -77,8 +77,6 @@ my $desktop_combo = new Gtk2::OptionMenu;
$desktop_combo->set_popdown_strings(split(' ', `/usr/sbin/chksession -l`));
$desktop_combo->entry->set_text($auto_mode->{desktop}) if $auto_mode->{desktop};
-my $disp_mode = arch() =~ /ppc/ ? N("Yaboot mode") : N("Lilo/grub mode");
-
my %themes = ('path' => '/usr/share/bootsplash/themes/',
'default' => 'Mandrake',
'def_thmb' => '/usr/share/libDrakX/pixmaps/nosplash_thumb.png',