General cleanup of unused variable warnings
This commit is contained in:
@@ -1311,8 +1311,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()
|
||||
@@ -1325,7 +1323,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)
|
||||
|
||||
Reference in New Issue
Block a user