diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 10:40:10 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 10:40:10 -0800 |
commit | a5f88abb95ff2afe5a8f9e34e39806eb579828fe (patch) | |
tree | aa47b8fcf27fb560d21102aa2dc5fc512eb55933 | |
parent | d91225b6addbb0febd43e58550626dfa33c56ca8 (diff) |
CID-381
Checker: UNINIT_CTOR
Function: LLFloaterAnimPreview::LLFloaterAnimPreview(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
File: /indra/newview/llfloateranimpreview.cpp
-rw-r--r-- | indra/newview/llfloateranimpreview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloateranimpreview.h b/indra/newview/llfloateranimpreview.h index dd2c0b809a..3ee1f419ab 100644 --- a/indra/newview/llfloateranimpreview.h +++ b/indra/newview/llfloateranimpreview.h @@ -127,7 +127,6 @@ protected: LLRectf mPreviewImageRect; LLAssetID mMotionID; LLTransactionID mTransactionID; - BOOL mEnabled; LLAnimPauseRequest mPauseRequest; std::map<std::string, LLUUID> mIDList; |