diff options
author | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-04-20 18:52:41 +0100 |
---|---|---|
committer | Graham Linden graham@lindenlab.com <Graham Linden graham@lindenlab.com> | 2018-04-20 18:52:41 +0100 |
commit | 6dfa720e75cd61e6b502c30d15511d2b447f7eb4 (patch) | |
tree | 74083757446d9999738e357284c0c49746f2ca70 /indra/newview/llvosky.h | |
parent | 0d7fa932d579f3fb6140658db7efb01fcd8f5ceb (diff) |
Remove optimize pragmas necessary for working with RWDI in MSVC, but toxic to Clang.
Diffstat (limited to 'indra/newview/llvosky.h')
-rw-r--r-- | indra/newview/llvosky.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llvosky.h b/indra/newview/llvosky.h index 7b5ea38999..a6445a0fa6 100644 --- a/indra/newview/llvosky.h +++ b/indra/newview/llvosky.h @@ -220,14 +220,6 @@ public: class LLCubeMap; -// turn on floating point precision -// in vs2003 for this class. Otherwise -// black dots go everywhere from 7:10 - 8:50 -#if LL_MSVC && __MSVC_VER__ < 8 -#pragma optimize("p", on) -#endif - - class LLVOSky : public LLStaticViewerObject { public: |