diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-07 09:45:32 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-07 09:45:32 -0500 |
commit | accc2c6fc88e6de19137cc7a9add219e4eece246 (patch) | |
tree | dc2c5dac5fdaec1824ee6588ad63f40badeda6d4 /indra | |
parent | 7bc112ac9f5bf15b35c494a44e8c85767b1994a6 (diff) |
fix for mac build error
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llvoavatar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 279ddcbe86..143b61b70b 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -303,7 +303,6 @@ private: S32 mVisualComplexity; LLFrameTimer mFullyLoadedTimer; LLFrameTimer mRuthTimer; - typedef std::deque<LLMaskedMorph *> morph_list_t; typedef std::map<std::string,LLFrameTimer> phase_map_t; phase_map_t mPhases; |