diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-15 15:42:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-15 15:42:08 +0000 |
commit | 3137ccb04fb70a17e8af8ed1a9724f608e8018d3 (patch) | |
tree | 28c242a35bab0f63a738f2c5883c8aae7aa3efa8 /perl-install | |
parent | b194b5de32adbdb0e09acb7a4418ef66339c134c (diff) | |
download | drakx-3137ccb04fb70a17e8af8ed1a9724f608e8018d3.tar drakx-3137ccb04fb70a17e8af8ed1a9724f608e8018d3.tar.gz drakx-3137ccb04fb70a17e8af8ed1a9724f608e8018d3.tar.bz2 drakx-3137ccb04fb70a17e8af8ed1a9724f608e8018d3.tar.xz drakx-3137ccb04fb70a17e8af8ed1a9724f608e8018d3.zip |
remove unused variable
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakboot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 00872c4a0..8bf6692c7 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -52,7 +52,6 @@ my $no_bootsplash; my $x_mode = Xconfig::various::runlevel() == 5; my $splash_mode = 1; my $auto_mode = any::get_autologin(); -my $lilogrub = bootloader::detect_bootloader(); my $switch_theme = '/usr/share/bootsplash/scripts/switch-themes'; my $w = ugtk2->new($splash_working ? N("Graphical boot theme selection") : N("System mode")); |