diff --git a/src/top/top.c b/src/top/top.c index 682fbc51..7a4f9b3c 100644 --- a/src/top/top.c +++ b/src/top/top.c @@ -5713,13 +5713,8 @@ static void keys_summary (int ch) { w->rc.double_up = 0; break; } -#ifdef TOG4_NOFORCE - if (CHKw(w, (View_CPUSUM | View_CPUNOD))) - w->rc.double_up = 0; -#else if (w->rc.double_up) OFFw(w, (View_CPUSUM | View_CPUNOD)); -#endif break; case 'C': VIZTOGw(w, View_SCROLL); diff --git a/src/top/top.h b/src/top/top.h index e45d3ecd..aa0f7a8a 100644 --- a/src/top/top.h +++ b/src/top/top.h @@ -61,7 +61,6 @@ //#define THREADED_CPU /* separate background thread for cpu updt */ //#define THREADED_MEM /* separate background thread for mem updt */ //#define THREADED_TSK /* separate background thread for tsk updt */ -//#define TOG4_NOFORCE /* no force 2 abreast mode with '4' toggle */ //#define TOG4_NOTRUNC /* ensure no truncation for 2 abreast mode */ //#define TOG4_OFF_MEM /* don't show two abreast memory statistic */ //#define TOG4_OFF_SEP /* don't show two abreast visual separator */