summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Malm <[email protected]>2022-11-26 17:23:51 +0000
committerKirill Primak <[email protected]>2022-11-29 21:14:44 +0300
commit7ad3682d1d3701dab66f16e26a6e6cc7b14cac7d (patch)
treee14d3a1ef85ffdef3ae651e3c4f07f385f7d8cea
parent946cc0d426f21d13313076ef02b258bce10c032d (diff)
scene/layer_shell_v1.c: remove redundant comment
(cherry picked from commit 338e0a3976f2bad5ec048b022648a671ed443b4f)
-rw-r--r--layer_shell_v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layer_shell_v1.c b/layer_shell_v1.c
index e523d31..3ed616a 100644
--- a/layer_shell_v1.c
+++ b/layer_shell_v1.c
@@ -65,7 +65,7 @@ static void layer_surface_exclusive_zone(
case ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT:
case (ZWLR_LAYER_SURFACE_V1_ANCHOR_TOP |
ZWLR_LAYER_SURFACE_V1_ANCHOR_BOTTOM |
- ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT): // Anchor right
+ ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT):
// Anchor right
usable_area->width -= state->exclusive_zone + state->margin.right;
break;