From f882be560930600a2f8734b8e08e4b81e5014c17 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 9 Dec 2014 17:00:37 +0100 Subject: [PATCH] -Werror,-Wunused-const-variable Change-Id: I59989b1b5b9fc7b0cb475234dcd11a838618976f --- sd/source/ui/slidesorter/controller/SlsAnimator.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/sd/source/ui/slidesorter/controller/SlsAnimator.cxx b/sd/source/ui/slidesorter/controller/SlsAnimator.cxx index b9127b7db772..d0594b902590 100644 --- a/sd/source/ui/slidesorter/controller/SlsAnimator.cxx +++ b/sd/source/ui/slidesorter/controller/SlsAnimator.cxx @@ -24,9 +24,6 @@ namespace sd { namespace slidesorter { namespace controller { -namespace { - static const sal_Int32 gnResolution = 25; -} /** Handle one animation function by using a timer for frequent calls to the animations operator(). */