summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinput.cpp
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-11-03 18:14:08 +0800
committerErik Kundiman <erik@megapahit.org>2024-11-03 19:33:38 +0800
commita43f411387cf8414bb61c7dfc7e9bfcc29d44caa (patch)
treecd109311a225f995bb758f1c0f689064e4a28693 /indra/newview/llviewerinput.cpp
parent1261bf1e9a946e130331893322a943eec37fa89f (diff)
Revert "Legacy search floater"
This reverts commit 17e9bcbf628aa5bda84a36fc7daa9c6041e1bada.
Diffstat (limited to 'indra/newview/llviewerinput.cpp')
-rw-r--r--indra/newview/llviewerinput.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llviewerinput.cpp b/indra/newview/llviewerinput.cpp
index 943a3b83bd..66042128f2 100644
--- a/indra/newview/llviewerinput.cpp
+++ b/indra/newview/llviewerinput.cpp
@@ -49,9 +49,6 @@
#include "llinitparam.h"
#include "llselectmgr.h"
-#include "llfloaterwebcontent.h"
-#include "fsfloatersearch.h"
-
//
// Constants
//
@@ -649,12 +646,6 @@ bool start_chat( EKeystate s )
bool start_gesture( EKeystate s )
{
- LLFloater* focused_floater = gFloaterView->getFocusedFloater();
- if (focused_floater && (dynamic_cast<LLFloaterWebContent*>(focused_floater) || dynamic_cast<FSFloaterSearch*>(focused_floater)))
- {
- return true;
- }
-
LLUICtrl* focus_ctrlp = dynamic_cast<LLUICtrl*>(gFocusMgr.getKeyboardFocus());
if (KEYSTATE_UP == s &&
! (focus_ctrlp && focus_ctrlp->acceptsTextInput()))