diff options
| author | Geenz <geenz@geenzo.com> | 2013-01-24 16:36:31 -0500 |
|---|---|---|
| committer | Geenz <geenz@geenzo.com> | 2013-01-24 16:36:31 -0500 |
| commit | f39532c407229403f6d67312638bf5dc3514687d (patch) | |
| tree | de0f376b3bbe03d585f989adf02c3eadb01347f2 /indra/llprimitive/llprimtexturelist.cpp | |
| parent | a82ff3fcb7556bd810ec37c0b74c565b42e92250 (diff) | |
| parent | a30a2c492d06c9ef843a43c0ff0be6f2826d6d0b (diff) | |
Merged with latest viewer-dev.
Diffstat (limited to 'indra/llprimitive/llprimtexturelist.cpp')
| -rw-r--r-- | indra/llprimitive/llprimtexturelist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llprimitive/llprimtexturelist.cpp b/indra/llprimitive/llprimtexturelist.cpp index 36e04df7b7..7ef87ed382 100644 --- a/indra/llprimitive/llprimtexturelist.cpp +++ b/indra/llprimitive/llprimtexturelist.cpp @@ -28,7 +28,6 @@ #include "llprimtexturelist.h" #include "lltextureentry.h" -#include "llmemtype.h" // static //int (TMyClass::*pt2Member)(float, char, char) = NULL; // C++ @@ -367,7 +366,6 @@ S32 LLPrimTextureList::size() const // sets the size of the mEntryList container void LLPrimTextureList::setSize(S32 new_size) { - LLMemType m1(LLMemType::MTYPE_PRIMITIVE); if (new_size < 0) { new_size = 0; |
