mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-21 20:05:42 +02:00
module/i3: cleanup
This commit is contained in:
parent
d631e47a5e
commit
97ff63044f
1 changed files with 1 additions and 2 deletions
|
@ -760,9 +760,8 @@ content(struct module *mod)
|
|||
|
||||
mtx_lock(&mod->lock);
|
||||
|
||||
struct exposable *particles[m->workspaces.count + 1];
|
||||
|
||||
size_t particle_count = 0;
|
||||
struct exposable *particles[m->workspaces.count + 1];
|
||||
struct exposable *current = NULL;
|
||||
|
||||
for (size_t i = 0; i < m->workspaces.count; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue