diff options
author | Oz Linden <oz@lindenlab.com> | 2013-03-21 10:57:38 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-03-21 10:57:38 -0400 |
commit | 50f199e45d0524b59fc9246a3160c5676c8d3942 (patch) | |
tree | e091467d64f4334459b5ca67239ed23d4059392a /indra/newview/llworldmapview.cpp | |
parent | bf95c1cae7a84d1a97dacd8ea7f1b6af8be067a9 (diff) | |
parent | 43d7c80e8e2cd1cfe4e6c4214b4a4df9341d310b (diff) |
merge changes for 3.5.0-beta4
Diffstat (limited to 'indra/newview/llworldmapview.cpp')
-rw-r--r-- | indra/newview/llworldmapview.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llworldmapview.cpp b/indra/newview/llworldmapview.cpp index ccc513b80d..11b2770ec0 100644 --- a/indra/newview/llworldmapview.cpp +++ b/indra/newview/llworldmapview.cpp @@ -965,8 +965,6 @@ void LLWorldMapView::drawTracking(const LLVector3d& pos_global, const LLColor4& S32 text_x = x; S32 text_y = (S32)(y - sTrackCircleImage->getHeight()/2 - font->getLineHeight()); - BOOL is_in_window = true; - if( x < 0 || y < 0 || x >= getRect().getWidth() @@ -979,7 +977,6 @@ void LLWorldMapView::drawTracking(const LLVector3d& pos_global, const LLColor4& text_x = sTrackingArrowX; text_y = sTrackingArrowY; } - is_in_window = false; } else if (LLTracker::getTrackingStatus() == LLTracker::TRACKING_LOCATION && LLTracker::getTrackedLocationType() != LLTracker::LOCATION_NOTHING) |