diff options
-rw-r--r-- | sway/handlers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c index 9648e729..32e7098c 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -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 { |