diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-09 17:00:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-09 17:00:37 +0100 |
commit | f882be560930600a2f8734b8e08e4b81e5014c17 (patch) | |
tree | f86331a93752761c7ac92e537f4d2f4be9311418 /sd | |
parent | e2f0550156b5798db9969f029ca27a9ada54f025 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I59989b1b5b9fc7b0cb475234dcd11a838618976f
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsAnimator.cxx | 3 |
1 files changed, 0 insertions, 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(). */ |