Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Sep 26, 2024
1 parent 744d4d2 commit 33dc07d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/importexport/musicxml/internal/musicxml/exportxml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7748,7 +7748,6 @@ void ExportMusicXml::writeInstrumentChange(const InstrumentChange* instrChange)
const int instNr = muse::value(m_instrMap, instr, -1);
const string longName = instr->nameAsPlainText();
const string shortName = instr->abbreviatureAsPlainText();
static const std::wregex acc(L"[♭♯]");

m_xml.startElement("print");
if (!longName.isEmpty()) {
Expand Down

0 comments on commit 33dc07d

Please sign in to comment.