From 64302d3000b69b31e72eb6a3bd8a981c80cb88de Mon Sep 17 00:00:00 2001
From: Graham Linden <graham@lindenlab.com>
Date: Fri, 1 Jun 2018 00:18:36 +0100
Subject: Modify use of sky settings, reduce complexity, and name funcs to
 indicate coord systems in use.

Fix class2 softenLightF shader.
---
 indra/llmath/llquaternion.cpp | 2 --
 indra/llmath/m3math.cpp       | 2 --
 2 files changed, 4 deletions(-)

(limited to 'indra/llmath')

diff --git a/indra/llmath/llquaternion.cpp b/indra/llmath/llquaternion.cpp
index a7ff707bb8..a8d9eba2a0 100644
--- a/indra/llmath/llquaternion.cpp
+++ b/indra/llmath/llquaternion.cpp
@@ -38,8 +38,6 @@
 #include "m3math.h"
 #include "llquantize.h"
 
-#pragma optimize("", off)
-
 // WARNING: Don't use this for global const definitions!  using this
 // at the top of a *.cpp file might not give you what you think.
 const LLQuaternion LLQuaternion::DEFAULT;
diff --git a/indra/llmath/m3math.cpp b/indra/llmath/m3math.cpp
index 7e59e10bab..65eb3348de 100644
--- a/indra/llmath/m3math.cpp
+++ b/indra/llmath/m3math.cpp
@@ -34,8 +34,6 @@
 #include "m3math.h"
 #include "llquaternion.h"
 
-#pragma optimize("", off)
-
 // LLMatrix3
 
 //              ji  
-- 
cgit v1.2.3