diff options
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r-- | indra/newview/llvovolume.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index ee3ecb2237..293c24ac4b 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -3439,7 +3439,6 @@ bool LLVOVolume::isAnimatedObject() const void LLVOVolume::updateAnimatedObjectStateOnReparent(LLViewerObject *old_parent, LLViewerObject *new_parent) { LLVOVolume *old_volp = dynamic_cast<LLVOVolume*>(old_parent); - LLVOVolume *new_volp = dynamic_cast<LLVOVolume*>(new_parent); // AXON - depending on whether animated objects can be attached, // we may want to include or remove the isAvatar() check. |