From 4f5840f4a9d10bbd87436635e21d9fb8de850bc2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 4 Feb 2012 23:44:35 +0100 Subject: remove --title --- loadbars | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/loadbars b/loadbars index 15af568..b0d814f 100755 --- a/loadbars +++ b/loadbars @@ -363,7 +363,7 @@ sub main_loop ($@) { my $app = SDL::App->new( -title => Loadbars::VERSION . ' (press h for help on stdout)', - -icon_title => $C{title}, + -icon_title => Loadbars::VERSION, -width => $C{width}, -height => $C{height}, -depth => Loadbars::COLOR_DEPTH, @@ -1040,14 +1040,6 @@ END sshopts => { menupos => 20, help => 'Set SSH options', mode => 6, type => 's' }, - title => { - menupos => 21, - help => 'Set the window title', - var => \$C{title}, - mode => 6, - type => 's' - }, - ); my %d_by_short = map { -- cgit v1.2.3