diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-05-18 09:06:46 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-05-18 09:06:46 -0400 |
commit | bb2c147c26efad32f72fd7cdf1378824a4b0085d (patch) | |
tree | 3da28ac9c85806fba60c924018cc34865337d09d /indra/llappearance | |
parent | 82111ecbde4bacd4cbd5ae5d076876d0ddedd04d (diff) |
SL-315 - fix for max/linux build failure, additional lad validation in skel_tool.py
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-x | indra/llappearance/lldriverparam.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearance/lldriverparam.h b/indra/llappearance/lldriverparam.h index 05b4f2252e..f278dcc2e2 100755 --- a/indra/llappearance/lldriverparam.h +++ b/indra/llappearance/lldriverparam.h @@ -139,7 +139,6 @@ protected: LL_ALIGN_16(LLVector4a mDefaultVec); // temp holder - typedef std::vector<LLDrivenEntry> entry_list_t; entry_list_t mDriven; LLViewerVisualParam* mCurrentDistortionParam; // Backlink only; don't make this an LLPointer. |