forked from external/yambar
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;
|
||||
|
|
|
@ -4,5 +4,4 @@
|
|||
#include "../../particle.h"
|
||||
|
||||
struct module *module_battery(
|
||||
const char *battery, struct particle *label,
|
||||
int poll_interval_secs, int left_spacing, int right_spacing);
|
||||
const char *battery, struct particle *label, int poll_interval_secs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue