summaryrefslogtreecommitdiffstats
path: root/darwin/Platform.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-08-20 00:32:47 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-08-20 00:32:47 -0300
commit9428010121d849344b33b66dec312b6a51ea564f (patch)
treeae4284959359c87a1748240e5a568742e7e1db00 /darwin/Platform.h
parent8bd603cb68fb5dd768b5b23ffe0c6f09f5340ceb (diff)
Make column width calculation dynamic.
Closes #228.
Diffstat (limited to 'darwin/Platform.h')
-rw-r--r--darwin/Platform.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/darwin/Platform.h b/darwin/Platform.h
index eaf0cd7f..f670c7f6 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -24,7 +24,6 @@ void Platform_setBindings(Htop_Action* keys);
extern int Platform_numberOfFields;
extern char* Process_pidFormat;
-extern char* Process_tpgidFormat;
int Platform_getUptime();
@@ -32,8 +31,6 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen);
int Platform_getMaxPid();
-void Process_setupColumnWidths();
-
double Platform_setCPUValues(Meter* mtr, int cpu);
void Platform_setMemoryValues(Meter* mtr);

© 2014-2024 Faster IT GmbH | imprint | privacy policy