aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Malm <jgm323@gmail.com>2022-11-26 17:23:51 +0000
committerKirill Primak <vyivel@eclair.cafe>2022-11-29 18:01:57 +0000
commit338e0a3976f2bad5ec048b022648a671ed443b4f (patch)
tree8416f490336c80439d0a178d0905d2fa20956339
parent8e80432a72b18a1ddbacdb08ff0c41645578f1ee (diff)
scene/layer_shell_v1.c: remove redundant comment
-rw-r--r--types/scene/layer_shell_v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/scene/layer_shell_v1.c b/types/scene/layer_shell_v1.c
index e523d315..3ed616a9 100644
--- a/types/scene/layer_shell_v1.c
+++ b/types/scene/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;