summaryrefslogtreecommitdiffstats
path: root/unsupported/Platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Platform.c')
-rw-r--r--unsupported/Platform.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/unsupported/Platform.c b/unsupported/Platform.c
index d8618919..e5f22d2c 100644
--- a/unsupported/Platform.c
+++ b/unsupported/Platform.c
@@ -18,6 +18,7 @@ in the source distribution for its full text.
/*{
#include "Action.h"
#include "BatteryMeter.h"
+#include "UnsupportedProcess.h"
}*/
void Platform_setBindings(Htop_Action* keys) {
@@ -59,8 +60,3 @@ int Platform_getMaxPid() {
return -1;
}
-void Platform_getBatteryLevel(double* level, ACPresence* isOnAC) {
- *level = -1;
- *isOnAC = AC_ERROR;
-}
-