Kaydet (Commit) 13fa5bb7 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: Unreferenced function definition

Change-Id: I3190e994b7b63b258436ef5d35542722fa91fa46
üst f25cae2e
......@@ -286,26 +286,6 @@ private:
bool mbSkipTriggersNextEffect;
};
class RewindEffectEventHandler : public MouseEventHandler_,
public EventContainer
{
public:
RewindEffectEventHandler( EventQueue & rEventQueue )
: EventContainer(), mrEventQueue(rEventQueue) {}
private:
virtual bool handleMouseReleased( awt::MouseEvent const& evt ) SAL_OVERRIDE
{
if(evt.Buttons != awt::MouseButton::RIGHT)
return false;
return fireAllEvents( maEvents, mrEventQueue );
}
private:
EventQueue & mrEventQueue;
};
/** Base class to share some common code between
ShapeClickEventHandler and MouseMoveHandler
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment