Kaydet (Commit) b2f377d6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused getBlinkTime functions

Change-Id: I9820f0ede94e1b335410a3aa803ff10b6f246b00
üst 4a59cadd
...@@ -78,9 +78,6 @@ namespace sdr ...@@ -78,9 +78,6 @@ namespace sdr
sal_uInt16 getCenterX2() const { return mnCenterX2; } sal_uInt16 getCenterX2() const { return mnCenterX2; }
sal_uInt16 getCenterY2() const { return mnCenterY2; } sal_uInt16 getCenterY2() const { return mnCenterY2; }
// #i53216# added CursorBlinkTime (in ms)
sal_uInt32 getBlinkTime() const { return mnBlinkTime; }
// execute event from base class ::sdr::animation::Event. Default // execute event from base class ::sdr::animation::Event. Default
// implementation does nothing and does not create a new event. // implementation does nothing and does not create a new event.
virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE; virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;
......
...@@ -65,9 +65,6 @@ namespace sdr ...@@ -65,9 +65,6 @@ namespace sdr
double getDiscreteShrink() const { return mfDiscreteShrink; } double getDiscreteShrink() const { return mfDiscreteShrink; }
double getRotation() const { return mfRotation; } double getRotation() const { return mfRotation; }
// added CursorBlinkTime (in ms)
sal_uInt32 getBlinkTime() const { return mnBlinkTime; }
// execute event from base class ::sdr::animation::Event. Default // execute event from base class ::sdr::animation::Event. Default
// implementation does nothing and does not create a new event. // implementation does nothing and does not create a new event.
virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE; virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment