diff options
| author | Paul Buetow <paul@buetow.org> | 2011-01-12 14:46:19 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-01-12 14:46:19 +0000 |
| commit | d2886cb66987dbc5eda4fabe47adf98429a0d5be (patch) | |
| tree | 8af6d79bbe0f15225c62bf8d7a26691d432408e2 /loadbars.pl | |
| parent | 43e95766a702f977c91f904f60d88f3aac93d6d3 (diff) | |
cosmetic fixes
Diffstat (limited to 'loadbars.pl')
| -rwxr-xr-x | loadbars.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/loadbars.pl b/loadbars.pl index 077827b..fb782d9 100755 --- a/loadbars.pl +++ b/loadbars.pl @@ -477,14 +477,16 @@ sub toggle ($$$@) { sub toggletxt ($@) { my ($display, @threads) = @_; - toggle $display, 'toggletxt', MSG_TOGGLE_TXT, @threads; + + return undef; } sub togglesummary ($@) { my ($display, @threads) = @_; - toggle $display, 'togglesummary', MSG_TOGGLE_SUMMARY, @threads; + + return undef; } sub togglecpu ($@) { |
