summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-02-12 14:38:47 -0500
committerOz Linden <oz@lindenlab.com>2013-02-12 14:38:47 -0500
commit2bcfc9554d8cb4806eb5419a6d3c57b2c61f652c (patch)
treea00fc38635e68f2f9927d3bfd41adc58b1c91c79 /indra
parent8bb3d0891dfd87b54cd45dfe199c2f1bf21205b3 (diff)
remove obsolete LLMemType tracing from materials
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/lldrawable.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/lldrawable.cpp b/indra/newview/lldrawable.cpp
index 4b61333c4d..525aa65f28 100644
--- a/indra/newview/lldrawable.cpp
+++ b/indra/newview/lldrawable.cpp
@@ -310,8 +310,6 @@ LLFace* LLDrawable::addFace(const LLTextureEntry *te, LLViewerTexture *texturep)
LLFace* LLDrawable::addFace(const LLTextureEntry *te, LLViewerTexture *texturep, LLViewerTexture *normalp)
{
- LLMemType mt(LLMemType::MTYPE_DRAWABLE);
-
LLFace *face;
face = new LLFace(this, mVObjp);
@@ -333,8 +331,6 @@ LLFace* LLDrawable::addFace(const LLTextureEntry *te, LLViewerTexture *texturep,
LLFace* LLDrawable::addFace(const LLTextureEntry *te, LLViewerTexture *texturep, LLViewerTexture *normalp, LLViewerTexture *specularp)
{
- LLMemType mt(LLMemType::MTYPE_DRAWABLE);
-
LLFace *face;
face = new LLFace(this, mVObjp);