diff options
| author | Dave Parks <davep@lindenlab.com> | 2022-06-09 14:26:23 -0500 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2022-06-09 14:26:23 -0500 |
| commit | bc85cc300d32c543ab80204a9b2fcf54b4b11935 (patch) | |
| tree | d1adb34fbed0f32bd73e76582340795ff365c548 /indra/newview/lldrawable.cpp | |
| parent | acf35c9b073288aaf0bda13e54c2f4d8636d6ada (diff) | |
SL-17551 Followup -- remove some dead pick-render related code.
Diffstat (limited to 'indra/newview/lldrawable.cpp')
| -rw-r--r-- | indra/newview/lldrawable.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp index 4a0c9d399f..bfb79f3a4c 100644 --- a/indra/newview/lldrawable.cpp +++ b/indra/newview/lldrawable.cpp @@ -249,12 +249,9 @@ void LLDrawable::cleanupReferences() { LL_PROFILE_ZONE_SCOPED_CATEGORY_DRAWABLE; - std::for_each(mFaces.begin(), mFaces.end(), DeletePointer()); mFaces.clear(); - gObjectList.removeDrawable(this); - gPipeline.unlinkDrawable(this); removeFromOctree(); |
