diff --git a/src/clef.cpp b/src/clef.cpp index 74afebb978..a1d528d49b 100644 --- a/src/clef.cpp +++ b/src/clef.cpp @@ -101,11 +101,6 @@ int Clef::GetClefLocOffset(data_NOTATIONTYPE notationType) const defaultOct = 3; offset = 4; } - else if (this->GetShape() == CLEFSHAPE_C) { - if (notationType == NOTATIONTYPE_neume) { - offset = 7; - } - } if (this->HasOct()) { int oct = this->GetOct();