diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llcloud.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llcloud.h b/linden/indra/newview/llcloud.h index 89b9615..a28119d 100644 --- a/linden/indra/newview/llcloud.h +++ b/linden/indra/newview/llcloud.h | |||
@@ -175,7 +175,6 @@ public: | |||
175 | 175 | ||
176 | F32 getDensityRegion(const LLVector3 &pos_region); // "position" is in local coordinates | 176 | F32 getDensityRegion(const LLVector3 &pos_region); // "position" is in local coordinates |
177 | 177 | ||
178 | void renderDensityField(); | ||
179 | void decompress(LLBitPack &bitpack, LLGroupHeader *group_header); | 178 | void decompress(LLBitPack &bitpack, LLGroupHeader *group_header); |
180 | 179 | ||
181 | LLCloudLayer* getNeighbor(const S32 n) const { return mNeighbors[n]; } | 180 | LLCloudLayer* getNeighbor(const S32 n) const { return mNeighbors[n]; } |