summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/tools.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-14 15:47:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 08:33:37 +0200
commit602a07e110df440a02692b607b6fc08ddfb074d5 (patch)
treea16c8d792947caf93ba515cd97acfe524011667d /slideshow/source/inc/tools.hxx
parentdd803c6e2551ed3f49d2275f7020e4987773adb6 (diff)
drop CycleMode enum
since we only ever used the CYCLE_LOOP enumerator Change-Id: I181be1e1bba7f72f64420ab22e119d2bffad2d37
Diffstat (limited to 'slideshow/source/inc/tools.hxx')
-rw-r--r--slideshow/source/inc/tools.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/slideshow/source/inc/tools.hxx b/slideshow/source/inc/tools.hxx
index d1165a6754b2..0b8337764857 100644
--- a/slideshow/source/inc/tools.hxx
+++ b/slideshow/source/inc/tools.hxx
@@ -105,17 +105,6 @@ namespace slideshow
{
namespace internal
{
- /** Cycle mode of intrinsic animations
- */
- enum CycleMode
- {
- /// loop the animation back to back
- CYCLE_LOOP,
- /// loop, but play backwards from end to start
- CYCLE_PINGPONGLOOP
- };
-
-
// Value extraction from Any
// =========================