summaryrefslogtreecommitdiff
path: root/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-04-07 13:47:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-04-07 13:47:54 +0200
commitb2f377d6f4984670bb68a1a34b50586999176c6c (patch)
treea58ce020818219f1a1c6033810f407a46618a907 /include/svx/sdr/overlay/overlayanimatedbitmapex.hxx
parent4a59caddac55002ccecb6fda538255bfe03c6d2d (diff)
Remove unused getBlinkTime functions
Change-Id: I9820f0ede94e1b335410a3aa803ff10b6f246b00
Diffstat (limited to 'include/svx/sdr/overlay/overlayanimatedbitmapex.hxx')
-rw-r--r--include/svx/sdr/overlay/overlayanimatedbitmapex.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx b/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx
index 539f074c6b64..b14f01bfac62 100644
--- a/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx
+++ b/include/svx/sdr/overlay/overlayanimatedbitmapex.hxx
@@ -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;