diff options
| author | callum_linden <none@none> | 2014-10-19 17:19:12 -0700 | 
|---|---|---|
| committer | callum_linden <none@none> | 2014-10-19 17:19:12 -0700 | 
| commit | 2c8a685729b518bfdb4eab95c5b1a06af329c378 (patch) | |
| tree | 2826df266c36d1ad8e90c80cd0e6cb378de85a09 /indra/newview | |
| parent | 2a5c662e46191a1af8b0f3ac919f45159bea0e79 (diff) | |
Update to build on Xcode 6.0: removal of an unused variable
Diffstat (limited to 'indra/newview')
| -rwxr-xr-x | indra/newview/llmanipscale.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/indra/newview/llmanipscale.cpp b/indra/newview/llmanipscale.cpp index 2810941d83..84bec74a16 100755 --- a/indra/newview/llmanipscale.cpp +++ b/indra/newview/llmanipscale.cpp @@ -229,8 +229,6 @@ void LLManipScale::render()  		const F32 BOX_HANDLE_BASE_SIZE		= 50.0f;   // box size in pixels = BOX_HANDLE_BASE_SIZE * BOX_HANDLE_BASE_FACTOR  		const F32 BOX_HANDLE_BASE_FACTOR	= 0.2f; -		LLVector3 center_agent = gAgent.getPosAgentFromGlobal(LLSelectMgr::getInstance()->getSelectionCenterGlobal()); -  		if (mObjectSelection->getSelectType() == SELECT_TYPE_HUD)  		{  			for (S32 i = 0; i < NUM_MANIPULATORS; i++) | 
