remove refresh of search attributes from draw method in About Land floater; does not seem to be needed and slows things down

master
Oz Linden 2013-08-29 12:56:20 -04:00
parent f3043428b0
commit ea305b74d1
1 changed files with 0 additions and 1 deletions

View File

@ -2092,7 +2092,6 @@ void LLPanelLandOptions::refresh()
// virtual
void LLPanelLandOptions::draw()
{
refreshSearch(); // Is this necessary? JC
LLPanel::draw();
}