diff options
-rw-r--r-- | indra/newview/llgesturemgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llgesturemgr.cpp b/indra/newview/llgesturemgr.cpp index ce00bf3a54..3679b0b73d 100644 --- a/indra/newview/llgesturemgr.cpp +++ b/indra/newview/llgesturemgr.cpp @@ -934,7 +934,6 @@ void LLGestureMgr::stepGesture(LLMultiGesture* gesture) if (gesture->mWaitingKeyRelease) { // We're waiting for a certain amount of time to pass - LLGestureStepWait* wait_step = (LLGestureStepWait*)step; if (gesture->mKeyReleased) { // wait is done, continue execution |