Removed unused macros and removed X11 options from the options string unless X11...
[monky] / src / top.c
index 3175471..3a5f107 100644 (file)
--- a/src/top.c
+++ b/src/top.c
@@ -528,9 +528,6 @@ void sp_acopy(struct sorted_process *sp_head, struct process ** ar, int max_size
        }
 }
 
-// stole from common.c
-#define NEED(a) ((need_mask & (1 << a)) && ((info.mask & (1 << a)) == 0))
-
 /* ****************************************************************** */
 /* Get a sorted list of the top cpu hogs and top mem hogs.            */
 /* Results are stored in the cpu,mem arrays in decreasing order[0-9]. */