diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 13:11:09 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-29 13:11:09 -0800 |
commit | 9c55d91f786eff48a27bf960e1f48f5369532e66 (patch) | |
tree | 9763d38b4bcd2a37509caa4547e8489f4ca7d7ca /indra | |
parent | b3a0419493c9d3fcea4ca5ba89fdd311feccfec6 (diff) |
CID-349
Checker: UNINIT_CTOR
Function: LLDrawPoolWater::LLDrawPoolWater()
File: /indra/newview/lldrawpoolwater.cpp
just another dead member.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/lldrawpoolwater.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lldrawpoolwater.h b/indra/newview/lldrawpoolwater.h index 68a8172dd0..614f645243 100644 --- a/indra/newview/lldrawpoolwater.h +++ b/indra/newview/lldrawpoolwater.h @@ -47,7 +47,6 @@ protected: LLPointer<LLViewerTexture> mWaterImagep; LLPointer<LLViewerTexture> mWaterNormp; - const LLWaterSurface *mWaterSurface; public: static BOOL sSkipScreenCopy; static BOOL sNeedsReflectionUpdate; |