mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
Remove leftover comment
This commit is contained in:
parent
a12850444d
commit
a4bf09f142
@ -659,7 +659,6 @@ static bool handle_pointer_button(wlc_handle view, uint32_t time, const struct w
|
||||
swayc_t *op = root_container.children->items[i];
|
||||
for (j = 0; j < op->children->length; ++j) {
|
||||
swayc_t *ws = op->children->items[j];
|
||||
// TODO: adjust outer gaps ws->gaps = 0;
|
||||
if (config->floating_scroll == FSB_GAPS_INNER) {
|
||||
container_map(ws, add_gaps, &amount);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user