mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
osd-classic: remove unused variable (buf)
This commit is contained in:
parent
11959c5c5e
commit
1b22bf3d5a
1 changed files with 0 additions and 2 deletions
|
|
@ -144,7 +144,6 @@ cycle_osd_classic_create(struct output *output)
|
|||
y += switcher_theme->item_height;
|
||||
}
|
||||
|
||||
struct buf buf = BUF_INIT;
|
||||
int nr_fields = wl_list_length(&rc.window_switcher.fields);
|
||||
|
||||
/* This is the width of the area available for text fields */
|
||||
|
|
@ -216,7 +215,6 @@ cycle_osd_classic_create(struct output *output)
|
|||
|
||||
y += switcher_theme->item_height;
|
||||
}
|
||||
buf_reset(&buf);
|
||||
|
||||
error:;
|
||||
/* Center OSD */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue