diff --git a/app/spdk_top/spdk_top.c b/app/spdk_top/spdk_top.c index c8654c8b0..18e8831f2 100644 --- a/app/spdk_top/spdk_top.c +++ b/app/spdk_top/spdk_top.c @@ -1127,7 +1127,6 @@ resize_interface(enum tabs tab) wclear(g_tabs[i]); wresize(g_tabs[i], g_max_row - MENU_WIN_HEIGHT - TAB_WIN_HEIGHT - 2, g_max_col); mvwin(g_tabs[i], TABS_LOCATION_ROW, TABS_LOCATION_COL); - draw_tabs(i, g_current_sort_col[i]); } draw_tabs(tab, g_current_sort_col[tab]);