diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 10:30:57 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 10:30:57 -0800 |
commit | 50bf40a6313e1e8fd076ad3465dc9777e6a8e83b (patch) | |
tree | 54818c68b10e37d68527e3fbab587897b98bcd94 /indra/llui/llfloater.h | |
parent | 139e8be4e169d6cc28157668b6eb6682dd2a88e3 (diff) |
CID-343
Checker: UNINIT_CTOR
Function: LLFloaterView::LLFloaterView(const LLUICtrl::Params &)
File: /indra/llui/llfloater.cpp
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index f70495c0f0..8c9dacbd20 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -468,9 +468,6 @@ public: void setSnapOffsetRight(S32 offset) { mSnapOffsetRight = offset; } private: - S32 mColumn; - S32 mNextLeft; - S32 mNextTop; BOOL mFocusCycleMode; S32 mSnapOffsetBottom; S32 mSnapOffsetRight; |