diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-10-19 17:12:16 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2023-10-19 17:12:16 +0300 |
commit | 0abe8a87f37503ab633072443988f3ac3e88a097 (patch) | |
tree | 6b166a14e7403731a88b9a49202905ffebb34f3f /indra/newview/llgesturemgr.cpp | |
parent | 078a1da4d886f0abe958c450ca041528661497ac (diff) |
SL-20442 - build fix
Diffstat (limited to 'indra/newview/llgesturemgr.cpp')
-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 |