Skip to content

Commit 0610236

Browse files
committed
core: fix warning in shadow
1 parent 02c95af commit 0610236

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/render/decorations/CHyprDropShadowDecoration.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ void CHyprDropShadowDecoration::damageEntire() {
5656

5757
static auto PSHADOWIGNOREWINDOW = CConfigValue<Hyprlang::INT>("decoration:shadow:ignore_window");
5858
const auto ROUNDING = PWINDOW->rounding();
59-
const auto ROUNDINGPOWER = PWINDOW->roundingPower();
6059
const auto ROUNDINGSIZE = ROUNDING - M_SQRT1_2 * ROUNDING + 1;
6160

6261
CRegion shadowRegion(shadowBox);

0 commit comments

Comments
 (0)