summaryrefslogtreecommitdiff
path: root/components/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/battery.c')
-rw-r--r--components/battery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/battery.c b/components/battery.c
index e997e4c..fe17a68 100644
--- a/components/battery.c
+++ b/components/battery.c
@@ -29,7 +29,6 @@
} map[] = {
{ "Charging", "+" },
{ "Discharging", "-" },
- { "Full", "=" },
};
size_t i;
char path[PATH_MAX], state[12];