remove unused function

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

View file

@ -73,8 +73,6 @@ public:
void emitWheelEvent(QWheelEvent* event) { emit wheelEvent(*event); }
void emitActionEvents();
bool isKeyCaptured(QKeyEvent* event) const;
bool isKeyCaptured(const KeyEvent& event) const;
bool isMouseCaptured() const { return _mouseCaptured; }