diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-06 13:33:18 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-06 13:33:18 +0000 |
commit | 27e993b65fb9354c4b6c06ea0177979b52e37fe1 (patch) | |
tree | e397e9a5fe64a57158cba16e2760dac153698495 /perl-install/standalone/drakboot | |
parent | 2e8a9cb431eb036f6c3e9d7fb4d6e887a7672139 (diff) | |
download | drakx-27e993b65fb9354c4b6c06ea0177979b52e37fe1.tar drakx-27e993b65fb9354c4b6c06ea0177979b52e37fe1.tar.gz drakx-27e993b65fb9354c4b6c06ea0177979b52e37fe1.tar.bz2 drakx-27e993b65fb9354c4b6c06ea0177979b52e37fe1.tar.xz drakx-27e993b65fb9354c4b6c06ea0177979b52e37fe1.zip |
kill unused variable
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
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', |