diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-16 15:04:33 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-16 15:04:33 -0800 |
commit | ad08e72cfa85960e2db9e1d5bed413c8612e7afa (patch) | |
tree | d8634a848bbe6842d89c44860108905b7f63aa85 /indra/newview/llpathfindinglinkset.h | |
parent | e156e9ed03fd16af36e2b28823f07658f4d9b0c8 (diff) |
Removing some old code checking for both the float and integer versions of the walkability coefficients. All server-side code has these values as integers now.
Diffstat (limited to 'indra/newview/llpathfindinglinkset.h')
-rw-r--r-- | indra/newview/llpathfindinglinkset.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llpathfindinglinkset.h b/indra/newview/llpathfindinglinkset.h index 58d72b1430..50bc07218b 100644 --- a/indra/newview/llpathfindinglinkset.h +++ b/indra/newview/llpathfindinglinkset.h @@ -31,10 +31,6 @@ #include "v3math.h"
#include "lluuid.h"
-// This is a reminder to remove the code regarding the changing of the data type for the
-// walkability coefficients from F32 to S32 representing the percentage from 0-100.
-#define XXX_STINSON_WALKABILITY_COEFFICIENTS_TYPE_CHANGE
-
class LLSD;
class LLPathfindingLinkset
@@ -97,9 +93,6 @@ private: U32 mLandImpact;
LLVector3 mLocation;
ELinksetUse mLinksetUse;
-#ifdef XXX_STINSON_WALKABILITY_COEFFICIENTS_TYPE_CHANGE
- BOOL mIsWalkabilityCoefficientsF32;
-#endif // XXX_STINSON_WALKABILITY_COEFFICIENTS_TYPE_CHANGE
S32 mWalkabilityCoefficientA;
S32 mWalkabilityCoefficientB;
S32 mWalkabilityCoefficientC;
|