diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-03 08:37:58 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-03 08:37:58 +0000 |
commit | 0c7623f628cbba999860379a2f5c302d94c1d287 (patch) | |
tree | 0f00c5f444c85575b09043b473e0c551faa7bddc /indra/llappearance/llavatarappearance.h | |
parent | 1bd5fd8c50eb299ea96720db8cf0f9b25ec6e941 (diff) |
Cleanup of llappearance refactor file definition order for easier diff'ing
Diffstat (limited to 'indra/llappearance/llavatarappearance.h')
-rw-r--r-- | indra/llappearance/llavatarappearance.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/llappearance/llavatarappearance.h b/indra/llappearance/llavatarappearance.h index cb2ae7aeef..1b0e0ad270 100644 --- a/indra/llappearance/llavatarappearance.h +++ b/indra/llappearance/llavatarappearance.h @@ -111,15 +111,6 @@ public: virtual BOOL isWearingWearableType(LLWearableType::EType type ) const = 0; - //-------------------------------------------------------------------- - // Avatar Rez Metrics - //-------------------------------------------------------------------- -public: - F32 debugGetExistenceTimeElapsedF32() const { return mDebugExistenceTimer.getElapsedTimeF32(); } - -protected: - LLFrameTimer mDebugExistenceTimer; // Debugging for how long the avatar has been in memory. - public: static LLColor4 getDummyColor(); virtual void updateMeshTextures() = 0; |