Remove conflicting declarations.

This commit is contained in:
Jardel Weyrich 2015-09-10 10:46:44 -03:00
parent ffacac14a9
commit e52c070ef5
2 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ void Platform_setBindings(Htop_Action* keys) {
}
int Platform_numberOfFields = 100;
char* Process_pidFormat = "%7u ";
int Platform_getUptime() {
struct timeval bootTime, currTime;

View File

@ -23,7 +23,6 @@ extern MeterClass* Platform_meterTypes[];
void Platform_setBindings(Htop_Action* keys);
extern int Platform_numberOfFields;
extern char* Process_pidFormat;
int Platform_getUptime();