diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-07-01 15:33:06 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-07-01 15:33:06 -0600 |
commit | 9fafe9853ad00dea98c39dc4501eedf4b5970207 (patch) | |
tree | 8130021ed6d5659c20bc4f0d851a39fcb82af5ca /indra/newview/llwearable.h | |
parent | a9f2f874c8292b79ac66ff6ceb3bd2daede1b736 (diff) |
more for EXT-7839: texture console is stalled;
EXT-7500: Texture Jamming problems with http texture off;
Diffstat (limited to 'indra/newview/llwearable.h')
-rw-r--r-- | indra/newview/llwearable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llwearable.h b/indra/newview/llwearable.h index 34a231c4bb..9ca8a9c3f9 100644 --- a/indra/newview/llwearable.h +++ b/indra/newview/llwearable.h @@ -164,8 +164,7 @@ private: te_map_t mTEMap; // maps TE to LocalTextureObject te_map_t mSavedTEMap; // last saved version of TEMap - LLUUID mItemID; // ID of the inventory item in the agent's inventory - LLLoadedCallbackEntry::source_callback_list_t mCallbackTextureList ; + LLUUID mItemID; // ID of the inventory item in the agent's inventory }; #endif // LL_LLWEARABLE_H |