diff options
author | Oz Linden <oz@lindenlab.com> | 2013-08-27 16:31:36 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-08-27 16:31:36 -0400 |
commit | 7614589adcf796e889c7d1d4ccda56a4b9353d31 (patch) | |
tree | 22ed77bc4fd45b56948e8ad354f444713e0a00b7 /indra | |
parent | a4e74449857c57bf67104087015560baa69789ab (diff) |
MAINT-3074: Remove warning log that kills FPS
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/llui/llview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp index 9a42fc637b..262d9335c0 100755 --- a/indra/llui/llview.cpp +++ b/indra/llui/llview.cpp @@ -995,7 +995,6 @@ BOOL LLView::handleUnicodeChar(llwchar uni_char, BOOL called_from_parent) BOOL LLView::handleUnicodeCharHere(llwchar uni_char ) { - llwarns << "LLView::handleUnicodeCharHere - about to return false - key is not being handled - a class somewhere should implement this method" << llendl; return FALSE; } |