Remove todo

Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
Felix Weilbach 2021-05-01 13:06:14 +02:00
parent 66d3502769
commit ae5f5a7e88

View file

@ -668,7 +668,6 @@ bool ipc_set_focused_window(struct swaybar *bar) {
} }
bar->workspace_window_title_sync = true; bar->workspace_window_title_sync = true;
// TODO: cache
return true; return true;
} }