Skip to content

Commit

Permalink
core: fix warning in shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jan 17, 2025
1 parent 76a8996 commit 401a3ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render/decorations/CHyprDropShadowDecoration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ void CHyprDropShadowDecoration::damageEntire() {

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

CRegion shadowRegion(shadowBox);
Expand Down

0 comments on commit 401a3ba

Please sign in to comment.