diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-07-08 14:52:56 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-07-08 14:52:56 -0700 |
commit | aea47535b4e2417663c1114e32c3b24b0d43c137 (patch) | |
tree | 7219d2ed2a9edffe1273b5bdcdf86a79acf831d7 /indra/newview/llspatialpartition.h | |
parent | 58ab4dfd885336d84caa2853f4c4e5da1d685a07 (diff) | |
parent | bfb66a8b9422d9a86c728e8865b6fb7f936f1521 (diff) |
Merge
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r-- | indra/newview/llspatialpartition.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h index 7896488379..48070cc438 100644 --- a/indra/newview/llspatialpartition.h +++ b/indra/newview/llspatialpartition.h @@ -164,8 +164,6 @@ public: static BOOL sNoDelete; //deletion of spatial groups and draw info not allowed if TRUE typedef std::vector<LLPointer<LLSpatialGroup> > sg_vector_t; - typedef std::set<LLPointer<LLSpatialGroup> > sg_set_t; - typedef std::list<LLPointer<LLSpatialGroup> > sg_list_t; typedef std::vector<LLPointer<LLSpatialBridge> > bridge_list_t; typedef std::vector<LLPointer<LLDrawInfo> > drawmap_elem_t; typedef std::map<U32, drawmap_elem_t > draw_map_t; |