From d2886cb66987dbc5eda4fabe47adf98429a0d5be Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Jan 2011 14:46:19 +0000 Subject: cosmetic fixes --- loadbars.pl | 6 ++++-- 1 file 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 ($@) { -- cgit v1.2.3