Skip to content

Commit

Permalink
remove unused variables in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Mazuk committed Oct 12, 2021
1 parent 94144fa commit 60323e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/engraving/utests/barline_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ static const qreal BRACKET0_HEIGHT_MAX = 30;
// actual 2-staff bracket should be high 18.1 SP ca.
static const qreal BRACKET_HEIGHT_MIN = 17;
static const qreal BRACKET_HEIGHT_MAX = 20;
// actual 3-staff bar line should be high 25 SP
static const qreal BARLINE0_HEIGHT_MIN = 24;
static const qreal BARLINE0_HEIGHT_MAX = 26;
// actual 2-staff bar line should be high 14.5 SP
static const qreal BARLINE_HEIGHT_MIN = 14;
static const qreal BARLINE_HEIGHT_MAX = 15;

TEST_F(BarlineTests, barline01)
{
Expand Down

0 comments on commit 60323e5

Please sign in to comment.