fixed broken merge, where I forgot to check linux/Platform.c so that it matches upstream

This commit is contained in:
Martin "eto" Misuth 2015-10-06 20:05:55 +02:00
parent 23bf564d73
commit 93f05b459f
1 changed files with 0 additions and 5 deletions

View File

@ -32,11 +32,6 @@ in the source distribution for its full text.
#include "BatteryMeter.h"
#include "LinuxProcess.h"
#include "SignalsPanel.h"
#ifndef DEFAULT_SIGNAL
#define DEFAULT_SIGNAL 16
#endif
}*/
ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_SIZE, M_RESIDENT, M_SHARE, STATE, PERCENT_CPU, PERCENT_MEM, TIME, COMM, 0 };