Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into compiler-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Aug 13, 2024
1 parent 369a27f commit 92bb5be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/engraving/rendering/dev/chordlayout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1539,10 +1539,6 @@ void ChordLayout::layoutChords1(LayoutContext& ctx, Segment* segment, staff_idx_
std::vector<Note*> downStemNotes;
int upVoices = 0;
int downVoices = 0;
// Fret width plus white background box for TAB
// const double fretBackground = ctx.conf().styleS(Sid::tabFretPadding).val() * staff->spatium(tick);
// double nominalWidth = !isTab ? ctx.conf().noteHeadWidth() * staff->staffMag(tick)
// : (ctx.conf().fretWidth(staffType) + 2 * fretBackground) * staff->staffMag(tick);
double nominalWidth = ctx.conf().noteHeadWidth() * staff->staffMag(tick);
double maxUpWidth = 0.0;
double maxDownWidth = 0.0;
Expand Down

0 comments on commit 92bb5be

Please sign in to comment.