diff options
author | Oz Linden <oz@lindenlab.com> | 2013-08-29 12:56:20 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-08-29 12:56:20 -0400 |
commit | ea305b74d124aedf64afbb89d2b3685dae49bed9 (patch) | |
tree | 70dd8b054aa0377650ebb3f0f89bc87364c716b2 /indra | |
parent | f3043428b02d5f8874551e03dfc9bd1109be3494 (diff) |
remove refresh of search attributes from draw method in About Land floater; does not seem to be needed and slows things down
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llfloaterland.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index f6d4f9a605..ba9fbbc84e 100755 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -2092,7 +2092,6 @@ void LLPanelLandOptions::refresh() // virtual void LLPanelLandOptions::draw() { - refreshSearch(); // Is this necessary? JC LLPanel::draw(); } |