diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-26 11:30:39 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-26 11:30:39 -0400 |
commit | 0eb13bb6824d520fe66e85cba9168a94f4d27635 (patch) | |
tree | 83fee739a6deb3d077625ed3b06fdefa96606d3c /indra/newview/llspatialpartition.h | |
parent | fb9ef6233125d55d47104333d6b0062509850ff4 (diff) |
storm-1189: remove more of the code for classic clouds
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r-- | indra/newview/llspatialpartition.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llspatialpartition.h b/indra/newview/llspatialpartition.h index 0d9cad914a..bc2bcd7c1d 100644 --- a/indra/newview/llspatialpartition.h +++ b/indra/newview/llspatialpartition.h @@ -662,13 +662,6 @@ public: LLGrassPartition(); }; -//spatial partition for clouds (implemented in LLVOClouds.cpp) -class LLCloudPartition : public LLParticlePartition -{ -public: - LLCloudPartition(); -}; - //class for wrangling geometry out of volumes (implemented in LLVOVolume.cpp) class LLVolumeGeometryManager: public LLGeometryManager { |