summaryrefslogtreecommitdiff
path: root/indra/llappearance/lltexlayerparams.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-19 13:59:20 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-19 13:59:20 -0400
commitd58e7cfbfcec163345e87c0c5e5f74d01075246b (patch)
tree2b627c02aa822cd46be0a2e87a4b8f9aedda63c4 /indra/llappearance/lltexlayerparams.h
parent82f147367fb5e4ee4bbe53db01856ea375058825 (diff)
SH-3455 WIP - removing bake upload code
Diffstat (limited to 'indra/llappearance/lltexlayerparams.h')
-rwxr-xr-xindra/llappearance/lltexlayerparams.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llappearance/lltexlayerparams.h b/indra/llappearance/lltexlayerparams.h
index 86d1ea9e67..e1a8c28265 100755
--- a/indra/llappearance/lltexlayerparams.h
+++ b/indra/llappearance/lltexlayerparams.h
@@ -83,11 +83,8 @@ public:
// LLVisualParam Virtual functions
///*virtual*/ BOOL parseData(LLXmlTreeNode* node);
/*virtual*/ void apply( ESex avatar_sex ) {}
- // SUNSHINE CLEANUP no upload_bake
/*virtual*/ void setWeight(F32 weight);
- // SUNSHINE CLEANUP no upload_bake
/*virtual*/ void setAnimationTarget(F32 target_value);
- // SUNSHINE CLEANUP no upload_bake
/*virtual*/ void animate(F32 delta);
// LLViewerVisualParam Virtual functions
@@ -193,7 +190,6 @@ public:
// New functions
LLColor4 getNetColor() const;
protected:
- // SUNSHINE CLEANUP no upload
virtual void onGlobalColorChanged() {}
private:
LL_ALIGN_16(LLVector4a mAvgDistortionVec);