Remove battery_power for various reasons

- Battery power cannot be easily gatherable via apm(4)
- IMHO it does not represent essential information
This commit is contained in:
Aaron Marcher
2018-05-01 21:01:25 +02:00
parent 24b663d657
commit 4f5ac5d9fe
4 changed files with 1 additions and 15 deletions

View File

@ -2,7 +2,6 @@
/* battery */
const char *battery_perc(const char *);
const char *battery_power(const char *);
const char *battery_state(const char *);
/* cpu */