mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-28 01:28:30 +00:00
Remove 'top_field' enum since it is unused
This commit is contained in:
parent
6c04ba542b
commit
b1f6ac1688
15
src/top.h
15
src/top.h
@ -77,21 +77,6 @@
|
|||||||
|
|
||||||
#define MAX_SP 10 // number of elements to sort
|
#define MAX_SP 10 // number of elements to sort
|
||||||
|
|
||||||
enum top_field {
|
|
||||||
TOP_CPU,
|
|
||||||
TOP_NAME,
|
|
||||||
TOP_PID,
|
|
||||||
TOP_MEM,
|
|
||||||
TOP_TIME,
|
|
||||||
TOP_MEM_RES,
|
|
||||||
TOP_MEM_VSIZE,
|
|
||||||
TOP_UID,
|
|
||||||
TOP_USER,
|
|
||||||
TOP_READ_BYTES,
|
|
||||||
TOP_WRITE_BYTES,
|
|
||||||
TOP_IO_PERC
|
|
||||||
};
|
|
||||||
|
|
||||||
/******************************************
|
/******************************************
|
||||||
* Process class *
|
* Process class *
|
||||||
******************************************/
|
******************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user