Skip to content

Commit

Permalink
Resolve unused var warning in center panel
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Jan 1, 2024
1 parent 3f3a178 commit e0ac6ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/panels/ValentineCenterPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ void CenterPanel::resized()
localBounds.removeFromTop (juce::roundToInt (margin * 2));
bottomRowBorder = localBounds;

const auto bottomRowBorderWidth = bottomRowBorder.getWidth();
const auto bottomRowBorderY = bottomRowBorder.getY();
const auto bottomRowBorderHeight = bottomRowBorder.getHeight();

auto bottomRowComponents = bottomRowBorder.reduced (juce::roundToInt (margin));

const auto bottomRowButtonWidth =
Expand Down

0 comments on commit e0ac6ec

Please sign in to comment.