From 19df3c8e11fb38b0dc73da31ae945cfa690e2d14 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Mar 2004 09:03:22 +0000 Subject: kill unused variables --- perl-install/standalone/draksplash | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/standalone/draksplash') 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); -- cgit v1.2.1