From 434756a40f19528b40386c056658f98137b1ef41 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 28 Jan 2014 20:40:00 -0800 Subject: [PATCH] removed some dead comments --- interface/src/ControllerScriptingInterface.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/interface/src/ControllerScriptingInterface.h b/interface/src/ControllerScriptingInterface.h index 6b09d34909..b6d5c81a05 100644 --- a/interface/src/ControllerScriptingInterface.h +++ b/interface/src/ControllerScriptingInterface.h @@ -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;