mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
remove unused function
This commit is contained in:
parent
decae5c1f1
commit
aab8161fa4
1 changed files with 0 additions and 2 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue