module/battery: remove unused left/right spacing options

This commit is contained in:
Daniel Eklöf 2018-12-16 19:17:14 +01:00
parent 0df1df2207
commit e186c3447d
3 changed files with 3 additions and 10 deletions

View file

@ -255,7 +255,7 @@ run(struct module_run_context *ctx)
struct module *
module_battery(const char *battery, struct particle *label,
int poll_interval_secs, int left_spacing, int right_spacing)
int poll_interval_secs)
{
struct private *m = malloc(sizeof(*m));
m->label = label;