diff options
Diffstat (limited to 'linden/indra/newview/llhudeffectlookat.cpp')
-rw-r--r-- | linden/indra/newview/llhudeffectlookat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llhudeffectlookat.cpp b/linden/indra/newview/llhudeffectlookat.cpp index 99328f1..7de5f14 100644 --- a/linden/indra/newview/llhudeffectlookat.cpp +++ b/linden/indra/newview/llhudeffectlookat.cpp | |||
@@ -587,8 +587,6 @@ void LLHUDEffectLookAt::render() | |||
587 | //----------------------------------------------------------------------------- | 587 | //----------------------------------------------------------------------------- |
588 | void LLHUDEffectLookAt::update() | 588 | void LLHUDEffectLookAt::update() |
589 | { | 589 | { |
590 | LLHUDEffectLookAt::sDebugLookAt = gSavedSettings.getBOOL("PersistShowLookAt"); | ||
591 | |||
592 | // If the target object is dead, set the target object to NULL | 590 | // If the target object is dead, set the target object to NULL |
593 | if (!mTargetObject.isNull() && mTargetObject->isDead()) | 591 | if (!mTargetObject.isNull() && mTargetObject->isDead()) |
594 | { | 592 | { |