File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -147,16 +147,6 @@ String Marker::markerTypeUserName() const
147147 return TConv::translatedUserName (m_markerType);
148148}
149149
150- // ---------------------------------------------------------
151- // styleChanged
152- // ---------------------------------------------------------
153-
154- void Marker::styleChanged ()
155- {
156- setMarkerType (m_markerType);
157- TextBase::styleChanged ();
158- }
159-
160150// ---------------------------------------------------------
161151// getProperty
162152// ---------------------------------------------------------
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ class Marker final : public TextBase
6969 String label () const { return m_label; }
7070 void setLabel (const String& s) { m_label = s; }
7171
72- void styleChanged () override ;
73-
7472 PropertyValue getProperty (Pid propertyId) const override ;
7573 bool setProperty (Pid propertyId, const PropertyValue&) override ;
7674 PropertyValue propertyDefault (Pid) const override ;
You can’t perform that action at this time.
0 commit comments