diff --git a/src/editortoolkit_neume.cpp b/src/editortoolkit_neume.cpp index 037591d462..72745a2a16 100644 --- a/src/editortoolkit_neume.cpp +++ b/src/editortoolkit_neume.cpp @@ -874,8 +874,6 @@ bool EditorToolkitNeume::Insert(std::string elementType, std::string staffId, in if (m_doc->GetType() == Facs) { FacsimileInterface *fi = vrv_cast(syl->GetFacsimileInterface()); assert(fi); - Text *text = new Text(); - syl->AddChild(text); Zone *sylZone = new Zone(); // calculate bboxUlx and bboxUly wrt rotation using sine rule