summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-06-05 20:35:48 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-06-05 20:35:48 +0100
commit1c62165a2b920c5381e846a5b6d600644d3fb648 (patch)
treeffc909cd64f2f8e69fabcf6513fc8482f6ab75f5 /indra/newview/llvovolume.cpp
parentb269b531706f2490f143bb675398d7c53e2254af (diff)
SL-915 - removed no optimize pragmas
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 81852cd878..997af104c7 100644
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -85,11 +85,6 @@
#include "llviewerinventory.h"
#include "llcallstack.h"
-#ifndef LL_RELEASE_FOR_DOWNLOAD
-// AXON to remove
-#pragma optimize("", off)
-#endif
-
const F32 FORCE_SIMPLE_RENDER_AREA = 512.f;
const F32 FORCE_CULL_AREA = 8.f;
U32 JOINT_COUNT_REQUIRED_FOR_FULLRIG = 1;