diff options
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingssky.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llinventory/llsettingssky.cpp b/indra/llinventory/llsettingssky.cpp index 211af6a7ae..45d034cb1f 100644 --- a/indra/llinventory/llsettingssky.cpp +++ b/indra/llinventory/llsettingssky.cpp @@ -32,10 +32,6 @@ #include "llfasttimer.h" #include "v3colorutil.h" -#if LL_WINDOWS -#pragma optimize("", off) -#endif - //========================================================================= namespace { @@ -1688,4 +1684,3 @@ LLUUID LLSettingsSky::getNextBloomTextureId() const { return mNextBloomTextureId; } - |