diff options
author | Oz Linden <oz@lindenlab.com> | 2012-08-14 16:04:22 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-08-14 16:04:22 -0400 |
commit | 3e3e695341cf11cbcba1eb71f08bdc8e23808a6f (patch) | |
tree | c8abccb3c9fa1835080e2c1713f60c48f391ccae /indra | |
parent | 3bed3966755cc31384b224405254d7f46c748b8e (diff) | |
parent | ee3137b0ef416a43e6d786e36516b8311ba52fc3 (diff) |
merge back beta fixes
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerparcelmgr.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp index ae9c31bfe7..2bb2e92279 100644 --- a/indra/newview/llviewerparcelmgr.cpp +++ b/indra/newview/llviewerparcelmgr.cpp @@ -545,9 +545,6 @@ LLParcelSelectionHandle LLViewerParcelMgr::selectLand(const LLVector3d &corner1, mRequestResult = PARCEL_RESULT_NO_DATA; - // clear the list of segments to prevent flashing - resetSegments(mHighlightSegments); - mFloatingParcelSelection->setParcel(mCurrentParcel); mCurrentParcelSelection->setParcel(NULL); mCurrentParcelSelection = new LLParcelSelection(mCurrentParcel); |