diff options
author | Rider Linden <rider@lindenlab.com> | 2016-09-26 10:55:25 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-09-26 10:55:25 -0700 |
commit | bee933049f3b3bb7073f2576483e78a0420e5e21 (patch) | |
tree | 67de2d289e35929be636e668dd860895c217d7ec /indra/llui/llfocusmgr.cpp | |
parent | 9e25ba239044b9708259ea3d4617cb6cfdcea458 (diff) | |
parent | 42dce6766435da1deaea19e837629fdf38c0018d (diff) |
Merge
Diffstat (limited to 'indra/llui/llfocusmgr.cpp')
-rw-r--r-- | indra/llui/llfocusmgr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfocusmgr.cpp b/indra/llui/llfocusmgr.cpp index 1a51b96fdf..1b213c3418 100644 --- a/indra/llui/llfocusmgr.cpp +++ b/indra/llui/llfocusmgr.cpp @@ -186,7 +186,6 @@ void LLFocusMgr::releaseFocusIfNeeded( LLView* view ) LLUI::removePopup(view); } - void LLFocusMgr::setKeyboardFocus(LLFocusableElement* new_focus, BOOL lock, BOOL keystrokes_only) { // notes if keyboard focus is changed again (by onFocusLost/onFocusReceived) |