diff --git a/src/staff.cpp b/src/staff.cpp index 1e3c1f00a5..5ba6a4a3da 100644 --- a/src/staff.cpp +++ b/src/staff.cpp @@ -142,13 +142,6 @@ int Staff::GetDrawingX() const int Staff::GetDrawingY() const { - if (this->HasFacs()) { - const Doc *doc = vrv_cast(this->GetFirstAncestor(DOC)); - assert(DOC); - if (doc->IsFacs()) { - return FacsimileInterface::GetDrawingY(); - } - } if (m_drawingFacsY != VRV_UNSET) return m_drawingFacsY;