From 2c8a685729b518bfdb4eab95c5b1a06af329c378 Mon Sep 17 00:00:00 2001 From: callum_linden Date: Sun, 19 Oct 2014 17:19:12 -0700 Subject: Update to build on Xcode 6.0: removal of an unused variable --- indra/newview/llmanipscale.cpp | 2 -- 1 file changed, 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++) -- cgit v1.2.3