Skip to content

Commit 92288a1

Browse files
authored
Merge pull request #28380 from Jojo-Schmitz/compiler-warnings
Fix gcc compiler warning
2 parents 4b2bdbc + e9018f0 commit 92288a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/importexport/guitarpro/internal/guitarbendimport/benddatacollector.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ static void fillChordDurationsFromBendDiagram(BendDataContext& bendDataCtx, Frac
3939
const BendDataCollector::ImportedBendInfo& importedInfo);
4040
static void fillBendDataForNote(BendDataContext& bendDataCtx, const BendDataCollector::ImportedBendInfo& importedInfo,
4141
int noteIndexInChord);
42-
static bool isSlightBend(const BendDataCollector::ImportedBendInfo& importedInfo);
4342
static BendDataCollector::ImportedBendInfo fillBendInfo(const Note* note, const PitchValues& pitchValues);
4443

4544
bool BendDataCollector::ImportedBendInfo::isSlightBend() const

0 commit comments

Comments
 (0)