summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksplash
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-08 09:03:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-08 09:03:22 +0000
commit19df3c8e11fb38b0dc73da31ae945cfa690e2d14 (patch)
tree74a6bca481decf24b4ed26441f7c475598de46c8 /perl-install/standalone/draksplash
parente308f222fbf62d18696a8648782e81b7e331c87e (diff)
downloaddrakx-19df3c8e11fb38b0dc73da31ae945cfa690e2d14.tar
drakx-19df3c8e11fb38b0dc73da31ae945cfa690e2d14.tar.gz
drakx-19df3c8e11fb38b0dc73da31ae945cfa690e2d14.tar.bz2
drakx-19df3c8e11fb38b0dc73da31ae945cfa690e2d14.tar.xz
drakx-19df3c8e11fb38b0dc73da31ae945cfa690e2d14.zip
kill unused variables
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-xperl-install/standalone/draksplash2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash
index 7f6a14dad..8ceff185f 100755
--- a/perl-install/standalone/draksplash
+++ b/perl-install/standalone/draksplash
@@ -30,7 +30,6 @@ my $thm_path = '/usr/share/bootsplash/themes/';
my $thm_conf_path = '/etc/bootsplash/themes/';
my $prev_window;
-my $pix;
my $boot_conf_path = '/etc/bootsplash/themes/';
my %font_size = ('h' =>16, 'w' =>8);
@@ -138,7 +137,6 @@ my %boot_conf_frame = ('frame' => new Gtk2::Frame(N("Configure bootsplash pictur
],
);
#- var action is used to hide/show the correct frame
-my @action_frame = (\%boot_conf_frame , \%first);
my $VB2 = new Gtk2::VBox(0,5);
my $first_vbox = new Gtk2::VBox(0,5);