summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/usereventqueue.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-04 15:33:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-04 17:13:21 +0100
commit1a3c99f2c31dbc4dd6b3b5788ea0b49a34bea2c6 (patch)
treea2be3e4b33ed214e331b013983643fc8cd488cbf /slideshow/source/inc/usereventqueue.hxx
parent9f1be6c65210e600baee5c63480df58e8b8ce7b1 (diff)
callcatcher: update unusedcode
mostly changed due to loplugin:constantfunction Change-Id: Ib677c78db256f8032a99b3f02a3e363fee68ebcc
Diffstat (limited to 'slideshow/source/inc/usereventqueue.hxx')
-rw-r--r--slideshow/source/inc/usereventqueue.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/slideshow/source/inc/usereventqueue.hxx b/slideshow/source/inc/usereventqueue.hxx
index 340198ebb5ba..a09c962ef2d3 100644
--- a/slideshow/source/inc/usereventqueue.hxx
+++ b/slideshow/source/inc/usereventqueue.hxx
@@ -165,13 +165,6 @@ public:
EventSharedPtr const& pEvent,
const bool bSkipTriggersNextEffect);
- /** Registes an event that is fired when the current effects(s)
- are rewound, .e.g. when the right mouse button is pressed.
- Then, all registered events are fired and removed from this
- queue.
- */
- void registerRewindEffectEvent( EventSharedPtr const& rEvent );
-
/** Register an event that is fired to show the next event
For every next effect event, only one of the events
@@ -266,7 +259,6 @@ private:
::boost::shared_ptr<ShapeClickEventHandler> mpShapeClickEventHandler;
::boost::shared_ptr<ClickEventHandler> mpClickEventHandler;
::boost::shared_ptr<SkipEffectEventHandler> mpSkipEffectEventHandler;
- ::boost::shared_ptr<RewindEffectEventHandler> mpRewindEffectEventHandler;
::boost::shared_ptr<ShapeClickEventHandler> mpShapeDoubleClickEventHandler;
::boost::shared_ptr<ClickEventHandler> mpDoubleClickEventHandler;
::boost::shared_ptr<MouseEnterHandler> mpMouseEnterHandler;