1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Remove 'top_field' enum since it is unused

This commit is contained in:
Pavel Labath 2011-10-10 22:12:05 +02:00
parent 6c04ba542b
commit b1f6ac1688

View File

@ -77,21 +77,6 @@
#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 *
******************************************/