diff options
author | Steven Bennetts <steve@lindenlab.com> | 2008-08-13 19:37:05 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2008-08-13 19:37:05 +0000 |
commit | b9b4a4d9347053a3834ca2928063136948f09d1d (patch) | |
tree | c2affaf017c2967989ff0b4a2b125d348736a04a /indra/newview/llworldmap.cpp | |
parent | 0a3b9e8e141a6f38ecbdf6020312e7a89b153bc4 (diff) |
QAR-782 Merge featurettes batch #2
merge featurettes-6-merge-2 -> release
dataserver-is-deprecated
Diffstat (limited to 'indra/newview/llworldmap.cpp')
-rw-r--r-- | indra/newview/llworldmap.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/indra/newview/llworldmap.cpp b/indra/newview/llworldmap.cpp index 2afeb4a1e4..3352e97768 100644 --- a/indra/newview/llworldmap.cpp +++ b/indra/newview/llworldmap.cpp @@ -179,7 +179,6 @@ void LLWorldMap::eraseItems() mPGEvents.clear(); mMatureEvents.clear(); mLandForSale.clear(); - mClassifieds.clear(); } // mAgentLocationsMap.clear(); // persists // mNumAgents.clear(); // persists @@ -310,11 +309,6 @@ void LLWorldMap::setCurrentLayer(S32 layer, bool request_layer) sendItemRequest(MAP_ITEM_LAND_FOR_SALE); } - if (mClassifieds.size() == 0) - { - sendItemRequest(MAP_ITEM_CLASSIFIED); - } - clearImageRefs(); clearSimFlags(); } @@ -768,9 +762,7 @@ void LLWorldMap::processMapItemReply(LLMessageSystem* msg, void**) } case MAP_ITEM_CLASSIFIED: // classifieds { - // HACK: Z-height is in Extra2 field. - new_item.mPosGlobal.mdV[VZ] = (F64)extra2; - LLWorldMap::getInstance()->mClassifieds.push_back(new_item); + //DEPRECATED: no longer used break; } case MAP_ITEM_AGENT_LOCATIONS: // agent locations |