summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-03-30 16:13:26 -0400
committerNat Goodspeed <nat@lindenlab.com>2017-03-30 16:13:26 -0400
commite2b56c9bbafdf9908361f43d68b4ce0c56e90d85 (patch)
tree9202a3e7e91cd9037c49c0d2512f4308e9a018cd /indra
parentb9a2a8b22395253af1508c09eca3c55aa54ee58e (diff)
DRTVWR-418: Eliminate reference to LLParcelSelection::sNullSelection.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewerparcelmgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerparcelmgr.cpp b/indra/newview/llviewerparcelmgr.cpp
index 2a126c9f01..325d523992 100644
--- a/indra/newview/llviewerparcelmgr.cpp
+++ b/indra/newview/llviewerparcelmgr.cpp
@@ -2456,7 +2456,6 @@ void sanitize_corners(const LLVector3d &corner1,
void LLViewerParcelMgr::cleanupGlobals()
{
- LLParcelSelection::sNullSelection = NULL;
}
LLViewerTexture* LLViewerParcelMgr::getBlockedImage() const