mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 18:45:39 +02:00
module/battery: remove unused left/right spacing options
This commit is contained in:
parent
0df1df2207
commit
e186c3447d
3 changed files with 3 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue