summaryrefslogtreecommitdiff
path: root/indra/newview/llspatialpartition.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-05-26 20:30:33 -0400
committerOz Linden <oz@lindenlab.com>2011-05-26 20:30:33 -0400
commit42b967e8a1ad55dd3a07616f8c1a8d92e535848f (patch)
treee35792a9bdd28863df096107da66a40ef0eb830e /indra/newview/llspatialpartition.h
parenta99941a7fd55ad56144793957792cdb8bb0e5df6 (diff)
parentc5bf566b2fae1688d9639b4e9e846d70a8c43e83 (diff)
merge changes for oz windlight issues
Diffstat (limited to 'indra/newview/llspatialpartition.h')
-rw-r--r--indra/newview/llspatialpartition.h7
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
{