diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2016-08-29 09:45:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 09:45:15 +0200 |
commit | ad8b034e4847056429386eb642b02978a5921ec1 (patch) | |
tree | c49efb14c7983dad7fa215d6d96d6edd56f9b30f /include | |
parent | 15de209cbaee6827f061e8d2788c9db232012c6b (diff) | |
parent | dc072f9f5353dc8adab14b2de99f0c1abb25e8d8 (diff) |
Merge pull request #140 from tommie/multibatt
Implement aggregates in print_battery_info
Diffstat (limited to 'include')
-rw-r--r-- | include/i3status.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/i3status.h b/include/i3status.h index 4d2d0f1..3911e04 100644 --- a/include/i3status.h +++ b/include/i3status.h @@ -168,11 +168,6 @@ char *pct_mark; } \ } while (0) -typedef enum { CS_DISCHARGING, - CS_CHARGING, - CS_UNKNOWN, - CS_FULL } charging_status_t; - /* * The "min_width" module option may either be defined as a string or a number. */ |