summaryrefslogtreecommitdiff
path: root/indra/newview/llparcelselection.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-03-30 15:40:22 -0400
committerNat Goodspeed <nat@lindenlab.com>2017-03-30 15:40:22 -0400
commitb9a2a8b22395253af1508c09eca3c55aa54ee58e (patch)
tree2344dfc3ce4d2fb2df3134a3f09c481b1a31bc28 /indra/newview/llparcelselection.cpp
parent71ffed27c77e787cafe04ddf19df27495255cae5 (diff)
parente9fe0714ad422c2b9250c8ce13d3b2837dff5430 (diff)
Automated merge with ssh://bitbucket.org/lindenlab/viewer64-xcode-8.3
Diffstat (limited to 'indra/newview/llparcelselection.cpp')
-rw-r--r--indra/newview/llparcelselection.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/indra/newview/llparcelselection.cpp b/indra/newview/llparcelselection.cpp
index 4d1901adc9..5c62159b93 100644
--- a/indra/newview/llparcelselection.cpp
+++ b/indra/newview/llparcelselection.cpp
@@ -31,13 +31,6 @@
#include "llparcel.h"
-// static
-LLPointer<LLParcelSelection> LLParcelSelection::sNullSelection;
-
-template<>
- const LLSafeHandle<LLParcelSelection>::NullFunc
- LLSafeHandle<LLParcelSelection>::sNullFunc = LLParcelSelection::getNullParcelSelection;
-
//
// LLParcelSelection
//
@@ -87,14 +80,3 @@ bool LLParcelSelection::hasOthersSelected() const
{
return mSelectedOtherCount != 0;
}
-
-// static
-LLParcelSelection* LLParcelSelection::getNullParcelSelection()
-{
- if (sNullSelection.isNull())
- {
- sNullSelection = new LLParcelSelection;
- }
-
- return sNullSelection;
-}