diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-02-09 12:15:21 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-02-09 12:15:21 -0700 |
commit | 8d43cb270185a53e0a419f7cd52af583129bbbde (patch) | |
tree | 0030c82df523d6ec8d3abd65230e422f06f2e64e /indra/newview/llviewerobjectlist.cpp | |
parent | 54cced235647a658cd8ed371314acc84f770e6bc (diff) |
trivial: remove some redundant code.
Diffstat (limited to 'indra/newview/llviewerobjectlist.cpp')
-rw-r--r-- | indra/newview/llviewerobjectlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp index 5d6c738c6d..82bc164021 100644 --- a/indra/newview/llviewerobjectlist.cpp +++ b/indra/newview/llviewerobjectlist.cpp @@ -1448,7 +1448,7 @@ LLViewerObject *LLViewerObjectList::replaceObject(const LLUUID &id, const LLPCod LLViewerObject *old_instance = findObject(id); if (old_instance) { - cleanupReferences(old_instance); + //cleanupReferences(old_instance); old_instance->markDead(); return createObject(pcode, regionp, id, old_instance->getLocalID(), LLHost()); |