removed some dead comments

This commit is contained in:
ZappoMan 2014-01-28 20:40:00 -08:00
parent bcc7cfb15e
commit 434756a40f

View file

@ -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;