From ad08e72cfa85960e2db9e1d5bed413c8612e7afa Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 16 Feb 2012 15:04:33 -0800 Subject: 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. --- indra/newview/llpathfindinglinkset.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'indra/newview/llpathfindinglinkset.h') 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; -- cgit v1.2.3