diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-20 12:34:16 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-20 12:34:16 -0700 |
commit | f5949aaba91d3feb2a56ad40f8d1d34bf07ad388 (patch) | |
tree | 1ef17da5e3b92bfaa0319fe39641612e82447338 /indra/newview/llpathfindingcharacter.h | |
parent | 159af6fe32bdcadab3b60153e62b5c30219f4123 (diff) |
PATH-738: Removing SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE ifdef.
Diffstat (limited to 'indra/newview/llpathfindingcharacter.h')
-rw-r--r-- | indra/newview/llpathfindingcharacter.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llpathfindingcharacter.h b/indra/newview/llpathfindingcharacter.h index 772b68c533..1b0a154d77 100644 --- a/indra/newview/llpathfindingcharacter.h +++ b/indra/newview/llpathfindingcharacter.h @@ -43,9 +43,6 @@ public: inline F32 getCPUTime() const {return mCPUTime;}; -#ifndef SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE - inline bool hasShapeData() const {return mHasShapeData;}; -#endif // SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE inline BOOL isHorizontal() const {return mIsHorizontal;}; inline F32 getLength() const {return mLength;}; inline F32 getRadius() const {return mRadius;}; @@ -59,9 +56,6 @@ private: F32 mCPUTime; -#ifndef SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE - bool mHasShapeData; -#endif // SERVER_SIDE_CHARACTER_SHAPE_ROLLOUT_COMPLETE BOOL mIsHorizontal; F32 mLength; F32 mRadius; |