summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-02-04 23:44:35 +0100
committerPaul Buetow <paul@buetow.org>2012-02-04 23:44:35 +0100
commit4f5840f4a9d10bbd87436635e21d9fb8de850bc2 (patch)
tree98390cb65fb74a6431aea7cc2b70c97767cc33c4
parent137f59ebdec343f41fb295f9186a41880be25e4c (diff)
remove --title
-rwxr-xr-xloadbars10
1 files changed, 1 insertions, 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 {