mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
removed some dead comments
This commit is contained in:
parent
bcc7cfb15e
commit
434756a40f
1 changed files with 0 additions and 6 deletions
|
@ -69,12 +69,6 @@ public slots:
|
|||
virtual void captureWheelEvents() { _wheelCaptured = true; }
|
||||
virtual void releaseWheelEvents() { _wheelCaptured = false; }
|
||||
|
||||
// The following signals are defined by AbstractControllerScriptingInterface
|
||||
//
|
||||
// signals:
|
||||
// void keyPressEvent();
|
||||
// void keyPressEvent();
|
||||
|
||||
private:
|
||||
const PalmData* getPrimaryPalm() const;
|
||||
const PalmData* getPalm(int palmIndex) const;
|
||||
|
|
Loading…
Reference in a new issue