Skip to content

Commit

Permalink
perf tui: Remove unneeded call to newtCls on startup
Browse files Browse the repository at this point in the history
That was just filling the screen with blue, even if not a crash, not
something pleasant nor useful ;-)

Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-58znjqvan9b1mv5pojxboidg@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Arnaldo Carvalho de Melo committed Oct 18, 2011
1 parent f1cf602 commit cc6e7aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/perf/util/ui/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ void setup_browser(bool fallback_to_pager)

use_browser = 1;
newtInit();
newtCls();
newtSetSuspendCallback(newt_suspend, NULL);
ui_helpline__init();
ui_browser__init();
Expand Down

0 comments on commit cc6e7aa

Please sign in to comment.