diff options
-rw-r--r-- | tools/perf/util/ui/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/ui/setup.c b/tools/perf/util/ui/setup.c index 8b8a57b45560..5111f1ae0447 100644 --- a/tools/perf/util/ui/setup.c +++ b/tools/perf/util/ui/setup.c | |||
@@ -44,7 +44,6 @@ void setup_browser(bool fallback_to_pager) | |||
44 | 44 | ||
45 | use_browser = 1; | 45 | use_browser = 1; |
46 | newtInit(); | 46 | newtInit(); |
47 | newtCls(); | ||
48 | newtSetSuspendCallback(newt_suspend, NULL); | 47 | newtSetSuspendCallback(newt_suspend, NULL); |
49 | ui_helpline__init(); | 48 | ui_helpline__init(); |
50 | ui_browser__init(); | 49 | ui_browser__init(); |