Skip to content

Commit ae1c14d

Browse files
committed
removed unused function
1 parent f9470a8 commit ae1c14d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/engraving/dom/fret.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,6 @@ static std::unordered_map<String /*pattern*/, std::vector<String /*harmonyName*/
9999

100100
static const muse::io::path_t HARMONY_TO_DIAGRAM_FILE_PATH("://data/harmony_to_diagram.xml");
101101

102-
static const String blankPattern(int strings)
103-
{
104-
std::vector<Char> blank(strings, Char('-'));
105-
String pattern(blank.data(), blank.size());
106-
return pattern;
107-
}
108-
109102
static HarmonyMapKey createHarmonyMapKey(const String& harmony, const NoteSpellingType& spellingType, const ChordList* cl)
110103
{
111104
String s = harmony;

0 commit comments

Comments
 (0)