diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llworld.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llworld.cpp b/indra/newview/llworld.cpp index 00a1f90b1c..4a6ec7fdbb 100644 --- a/indra/newview/llworld.cpp +++ b/indra/newview/llworld.cpp @@ -61,7 +61,6 @@ #include <map> #include <cstring> -#define TMP_WL_REMOVE_CLOUDS /* disables code for classic clouds */ // // Globals @@ -658,8 +657,6 @@ void LLWorld::updateParticles() LLViewerPartSim::getInstance()->updateSimulation(); } -#ifndef TMP_WL_REMOVE_CLOUDS - void LLWorld::renderPropertyLines() { S32 region_count = 0; |