From 0abe8a87f37503ab633072443988f3ac3e88a097 Mon Sep 17 00:00:00 2001
From: Mnikolenko Productengine <mnikolenko@productengine.com>
Date: Thu, 19 Oct 2023 17:12:16 +0300
Subject: [PATCH] SL-20442 - build fix

---
 indra/newview/llgesturemgr.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llgesturemgr.cpp b/indra/newview/llgesturemgr.cpp
index ce00bf3a548..3679b0b73d7 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
-- 
GitLab