Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/engraving/dom/marker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,6 @@ String Marker::markerTypeUserName() const
return TConv::translatedUserName(m_markerType);
}

//---------------------------------------------------------
// styleChanged
//---------------------------------------------------------

void Marker::styleChanged()
{
setMarkerType(m_markerType);
TextBase::styleChanged();
}

//---------------------------------------------------------
// getProperty
//---------------------------------------------------------
Expand Down
2 changes: 0 additions & 2 deletions src/engraving/dom/marker.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ class Marker final : public TextBase
String label() const { return m_label; }
void setLabel(const String& s) { m_label = s; }

void styleChanged() override;

PropertyValue getProperty(Pid propertyId) const override;
bool setProperty(Pid propertyId, const PropertyValue&) override;
PropertyValue propertyDefault(Pid) const override;
Expand Down
Loading