diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-03-30 16:13:26 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-03-30 16:13:26 -0400 |
commit | e2b56c9bbafdf9908361f43d68b4ce0c56e90d85 (patch) | |
tree | 9202a3e7e91cd9037c49c0d2512f4308e9a018cd /indra | |
parent | b9a2a8b22395253af1508c09eca3c55aa54ee58e (diff) |
DRTVWR-418: Eliminate reference to LLParcelSelection::sNullSelection.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewerparcelmgr.cpp | 1 |
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 |