From 7dada07dbaae3dfb9b1319453e51019bfff2717f Mon Sep 17 00:00:00 2001 From: Josh Bell Date: Tue, 20 Feb 2007 22:02:36 +0000 Subject: svn merge -r 57620:58007 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --- indra/newview/llworldmapview.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'indra/newview/llworldmapview.cpp') diff --git a/indra/newview/llworldmapview.cpp b/indra/newview/llworldmapview.cpp index 3644bd0640..10994d38d2 100644 --- a/indra/newview/llworldmapview.cpp +++ b/indra/newview/llworldmapview.cpp @@ -148,8 +148,7 @@ LLWorldMapView::LLWorldMapView(const std::string& name, const LLRect& rect ) mMouseDownPanY( 0 ), mMouseDownX( 0 ), mMouseDownY( 0 ), - mSelectIDStart(0), - mAgentCountsUpdateTime(0) + mSelectIDStart(0) { sPixelsPerMeter = gMapScale / REGION_WIDTH_METERS; clearLastClick(); @@ -279,12 +278,6 @@ void LLWorldMapView::draw() F64 current_time = LLTimer::getElapsedSeconds(); - if (current_time - mAgentCountsUpdateTime > AGENT_COUNTS_UPDATE_TIME) - { - gWorldMap->sendItemRequest(MAP_ITEM_AGENT_COUNT); - mAgentCountsUpdateTime = current_time; - } - mVisibleRegions.clear(); // animate pan if necessary -- cgit v1.2.3