mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
Remove redefintion of icon_theme
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
7a20f8ed92
commit
dccb7d2153
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ static bool ipc_parse_config(
|
|||
config->wrap_scroll = json_object_get_boolean(wrap_scroll);
|
||||
}
|
||||
#if HAVE_TRAY
|
||||
json_object *tray_outputs, *tray_padding, *tray_bindings, *icon_theme;
|
||||
json_object *tray_outputs, *tray_padding, *tray_bindings;
|
||||
|
||||
if (config->tray_outputs && config->tray_outputs->length) {
|
||||
list_free_items_and_destroy(config->tray_outputs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue