Remove unused getBlinkTime functions

Change-Id: I9820f0ede94e1b335410a3aa803ff10b6f246b00
This commit is contained in:
Stephan Bergmann
2015-04-07 13:47:54 +02:00
parent 4a59caddac
commit b2f377d6f4
2 changed files with 0 additions and 6 deletions

View File

@@ -78,9 +78,6 @@ namespace sdr
sal_uInt16 getCenterX2() const { return mnCenterX2; }
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
// implementation does nothing and does not create a new event.
virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;

View File

@@ -65,9 +65,6 @@ namespace sdr
double getDiscreteShrink() const { return mfDiscreteShrink; }
double getRotation() const { return mfRotation; }
// added CursorBlinkTime (in ms)
sal_uInt32 getBlinkTime() const { return mnBlinkTime; }
// execute event from base class ::sdr::animation::Event. Default
// implementation does nothing and does not create a new event.
virtual void Trigger(sal_uInt32 nTime) SAL_OVERRIDE;