diff options
| author | Dave Parks <davep@lindenlab.com> | 2011-06-08 00:16:02 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2011-06-08 00:16:02 -0500 | 
| commit | d6730fddf6d8e711ca5af6e72a92734a70f86209 (patch) | |
| tree | 35476bff07e4ea50803f0c67d760a88c11c9e66c | |
| parent | bdf34c2fbf917c01f494f85aa761c5e0f9658787 (diff) | |
don't use quota accounting manager
| -rw-r--r-- | indra/newview/llfloatertools.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index 0f11d05175..0d798afdcc 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -424,6 +424,7 @@ void LLFloaterTools::refresh()  	// Refresh object and prim count labels  	LLLocale locale(LLLocale::USER_LOCALE); +#if 0  	if (gMeshRepo.meshRezEnabled())  	{		  		std::string obj_count_string; @@ -448,6 +449,7 @@ void LLFloaterTools::refresh()  		getChildView("RenderingCost")->setEnabled(have_selection && sShowObjectCost);  	}  	else +#endif  	{  		// Get the number of objects selected  		std::string root_object_count_string; | 
