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.cpp | |
parent | 1bd5fd8c50eb299ea96720db8cf0f9b25ec6e941 (diff) |
Cleanup of llappearance refactor file definition order for easier diff'ing
Diffstat (limited to 'indra/llappearance/llavatarappearance.cpp')
-rw-r--r-- | indra/llappearance/llavatarappearance.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearance/llavatarappearance.cpp b/indra/llappearance/llavatarappearance.cpp index 1ca0161d7e..044ea8fbf0 100644 --- a/indra/llappearance/llavatarappearance.cpp +++ b/indra/llappearance/llavatarappearance.cpp @@ -38,7 +38,6 @@ LLAvatarAppearance::LLAvatarAppearance() : mTexEyeColor( NULL ), mIsDummy(FALSE) { - mDebugExistenceTimer.reset(); } using namespace LLVOAvatarDefines; |