diff options
author | Johan Malm <jgm323@gmail.com> | 2022-11-26 17:23:51 +0000 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-11-29 18:01:57 +0000 |
commit | 338e0a3976f2bad5ec048b022648a671ed443b4f (patch) | |
tree | 8416f490336c80439d0a178d0905d2fa20956339 | |
parent | 8e80432a72b18a1ddbacdb08ff0c41645578f1ee (diff) |
scene/layer_shell_v1.c: remove redundant comment
-rw-r--r-- | types/scene/layer_shell_v1.c | 2 |
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; |