Commit e52c070e authored by Jardel Weyrich's avatar Jardel Weyrich
Browse files

Remove conflicting declarations.

parent ffacac14
...@@ -81,7 +81,6 @@ void Platform_setBindings(Htop_Action* keys) { ...@@ -81,7 +81,6 @@ void Platform_setBindings(Htop_Action* keys) {
} }
int Platform_numberOfFields = 100; int Platform_numberOfFields = 100;
char* Process_pidFormat = "%7u ";
int Platform_getUptime() { int Platform_getUptime() {
struct timeval bootTime, currTime; struct timeval bootTime, currTime;
......
...@@ -23,7 +23,6 @@ extern MeterClass* Platform_meterTypes[]; ...@@ -23,7 +23,6 @@ extern MeterClass* Platform_meterTypes[];
void Platform_setBindings(Htop_Action* keys); void Platform_setBindings(Htop_Action* keys);
extern int Platform_numberOfFields; extern int Platform_numberOfFields;
extern char* Process_pidFormat;
int Platform_getUptime(); int Platform_getUptime();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment