diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-10-22 19:25:17 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-10-22 19:25:17 +0800 |
commit | 10a6a3e24b3be3d0110a189375b271cdf60e3430 (patch) | |
tree | bd52e4860148bae9991bff744c2b375667a1344e /indra/llui/llfocusmgr.cpp | |
parent | bd496c3ec5672197c7dc142af458e6bf2374a4c7 (diff) | |
parent | 47c33b4bd2acae02b0fc3a1dc68148e84962dae4 (diff) |
Merge branch 'main' into 2024.09-ExtraFPS
Diffstat (limited to 'indra/llui/llfocusmgr.cpp')
-rw-r--r-- | indra/llui/llfocusmgr.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llui/llfocusmgr.cpp b/indra/llui/llfocusmgr.cpp index 4f3d2328aa..0d7c98294f 100644 --- a/indra/llui/llfocusmgr.cpp +++ b/indra/llui/llfocusmgr.cpp @@ -59,12 +59,6 @@ bool LLFocusableElement::handleUnicodeChar(llwchar uni_char, bool called_from_pa } // virtual -bool LLFocusableElement::handleUnicodeString(char *uni_str, bool editing, bool called_from_parent) -{ - return FALSE; -} - -// virtual bool LLFocusableElement::wantsKeyUpKeyDown() const { return false; |