From 27e993b65fb9354c4b6c06ea0177979b52e37fe1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 6 Jan 2004 13:33:18 +0000 Subject: kill unused variable --- perl-install/standalone/drakboot | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') 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', -- cgit v1.2.1