diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-06-11 17:21:12 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-06-11 17:21:12 -0700 |
commit | b5694ee3aab311423186a1e4eb7288b14ee57d61 (patch) | |
tree | b709a77866605fdf351dec418a88ab7036c11590 /indra/newview/llpathfindinglinkset.h | |
parent | 20759f491f71dadcc75aaa1ce9475b13cc6d10ac (diff) |
PATH-720: Removing the MISSING_MODIFIABLE_FIELD_WAR as the viewer no longer has to support the Premium Wilderness regions on the old server code.
Diffstat (limited to 'indra/newview/llpathfindinglinkset.h')
-rw-r--r-- | indra/newview/llpathfindinglinkset.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llpathfindinglinkset.h b/indra/newview/llpathfindinglinkset.h index 7d6af89d86..03c526560c 100644 --- a/indra/newview/llpathfindinglinkset.h +++ b/indra/newview/llpathfindinglinkset.h @@ -32,8 +32,6 @@ #include "llpathfindingobject.h" -#define MISSING_MODIFIABLE_FIELD_WAR - class LLSD; class LLPathfindingLinkset : public LLPathfindingObject @@ -99,9 +97,6 @@ private: bool mIsTerrain; U32 mLandImpact; -#ifdef MISSING_MODIFIABLE_FIELD_WAR - bool mHasModifiable; -#endif // MISSING_MODIFIABLE_FIELD_WAR BOOL mIsModifiable; BOOL mCanBeVolume; ELinksetUse mLinksetUse; |