summaryrefslogtreecommitdiff
path: root/slideshow/source/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-14 18:10:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-14 18:10:00 +0200
commita49b453ad32e155217e51affc2a0b1a1b09174dd (patch)
tree1225b500f71e1ccfab23a2265324efc192ca9dcc /slideshow/source/inc
parent1531b523bf6a3379739d2ec12c96ca7b94f60a65 (diff)
Clean up function declarations and some unused functions
Change-Id: Ia821ca4d03a467620b3ea6ea2520f0d177a5724d
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r--slideshow/source/inc/usereventqueue.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/slideshow/source/inc/usereventqueue.hxx b/slideshow/source/inc/usereventqueue.hxx
index 401b99c518b4..ef6acad0f568 100644
--- a/slideshow/source/inc/usereventqueue.hxx
+++ b/slideshow/source/inc/usereventqueue.hxx
@@ -33,7 +33,6 @@
namespace slideshow {
namespace internal {
-class PlainEventHandler;
class AllAnimationEventHandler;
class ShapeClickEventHandler;
class ClickEventHandler;
@@ -261,8 +260,6 @@ private:
EventQueue& mrEventQueue;
CursorManager& mrCursorManager;
- ::boost::shared_ptr<PlainEventHandler> mpStartEventHandler;
- ::boost::shared_ptr<PlainEventHandler> mpEndEventHandler;
::boost::shared_ptr<AllAnimationEventHandler> mpAnimationStartEventHandler;
::boost::shared_ptr<AllAnimationEventHandler> mpAnimationEndEventHandler;
::boost::shared_ptr<AllAnimationEventHandler> mpAudioStoppedEventHandler;