From ad4268cc8ae58d4c65ae343876b325d9db720c73 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 13 Nov 2013 15:43:32 +0100 Subject: -Werror,-Wunused-member-function Change-Id: I91827c3728d56b8943e9769e3fefdcc727306e16 --- slideshow/source/engine/shapes/drawinglayeranimation.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'slideshow') diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx index 044e81cd22c1..b5f36fb5ee6f 100644 --- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx +++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx @@ -85,10 +85,8 @@ public: mbAlternate(bAlternate) {} - sal_uInt32 GetDuration() const { return mnDuration; } sal_uInt32 GetRepeat() const { return mnRepeat; } sal_uInt32 GetFullTime() const { return mnDuration * mnRepeat; } - double GetStart() const { return mfStart; } double GetStop() const { return mfStop; } sal_uInt32 GetFrequency() const { return mnFrequency; } bool DoAlternate() const { return mbAlternate; } -- cgit