summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-23 16:48:49 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-09-23 16:48:49 -0400
commit029642b2bc3a0bc0bec45af5df5d1e0b1b928b91 (patch)
tree065985fcb981af2691693231fd39c24cbb538958 /indra/newview/llvoavatarself.h
parenta91b7353b67d3076c87b41097335848364906f7b (diff)
SH-3455 WIP - post-SSA cleanup, including removal of mUseServerBakes and related methods
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rwxr-xr-xindra/newview/llvoavatarself.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h
index 1f0fdd101a..7eaa239890 100755
--- a/indra/newview/llvoavatarself.h
+++ b/indra/newview/llvoavatarself.h
@@ -401,7 +401,6 @@ public:
const std::string debugDumpLocalTextureDataInfo(const LLViewerTexLayerSet* layerset) const; // Lists out state of this particular baked texture layer
const std::string debugDumpAllLocalTextureDataInfo() const; // Lists out which baked textures are at highest LOD
void sendViewerAppearanceChangeMetrics(); // send data associated with completing a change.
- void checkForUnsupportedServerBakeAppearance();
private:
LLFrameTimer mDebugSelfLoadTimer;
F32 mDebugTimeWearablesLoaded;