remove unused function

This commit is contained in:
Sam Gondelman 2015-06-18 18:57:04 -07:00
parent decae5c1f1
commit aab8161fa4

View file

@ -72,8 +72,6 @@ public:
void emitTouchUpdateEvent(const TouchEvent& event) { emit touchUpdateEvent(event); }
void emitWheelEvent(QWheelEvent* event) { emit wheelEvent(*event); }
void emitActionEvents();
bool isKeyCaptured(QKeyEvent* event) const;
bool isKeyCaptured(const KeyEvent& event) const;