From a5f88abb95ff2afe5a8f9e34e39806eb579828fe Mon Sep 17 00:00:00 2001 From: Tofu Linden <tofu.linden@lindenlab.com> Date: Thu, 28 Jan 2010 10:40:10 -0800 Subject: [PATCH] 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 --- indra/newview/llfloateranimpreview.h | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llfloateranimpreview.h b/indra/newview/llfloateranimpreview.h index dd2c0b809ae..3ee1f419ab2 100644 --- a/indra/newview/llfloateranimpreview.h +++ b/indra/newview/llfloateranimpreview.h @@ -127,7 +127,6 @@ class LLFloaterAnimPreview : public LLFloaterNameDesc LLRectf mPreviewImageRect; LLAssetID mMotionID; LLTransactionID mTransactionID; - BOOL mEnabled; LLAnimPauseRequest mPauseRequest; std::map<std::string, LLUUID> mIDList; -- GitLab