diff options
Diffstat (limited to 'sway/layout.c')
-rw-r--r-- | sway/layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/layout.c b/sway/layout.c index 963bd8dc..4407742a 100644 --- a/sway/layout.c +++ b/sway/layout.c @@ -272,4 +272,3 @@ void focus_view_for(swayc_t *top, swayc_t *view) { } } - |