summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-11-30 17:18:31 +0200
committerakleshchev <117672381+akleshchev@users.noreply.github.com>2022-12-01 05:33:48 +0200
commit7c489e0480221b9c85a919f02f2a1d45b936f6e7 (patch)
tree43e66b089fe91266a724a46b2d2c0b0a9cde6cf9 /indra/newview/llfloaterland.cpp
parentdc4f65a2ec1fdd65a77223baaadec38ba38c3bb6 (diff)
SL-18648 Clean up unused mNonImmediateFilterPermMask
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r--indra/newview/llfloaterland.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp
index 1a98ab9d76..9c4c9b3e59 100644
--- a/indra/newview/llfloaterland.cpp
+++ b/indra/newview/llfloaterland.cpp
@@ -2004,7 +2004,6 @@ BOOL LLPanelLandOptions::postBuild()
mSnapshotCtrl->setAllowNoTexture ( TRUE );
mSnapshotCtrl->setImmediateFilterPermMask(PERM_COPY | PERM_TRANSFER);
mSnapshotCtrl->setDnDFilterPermMask(PERM_COPY | PERM_TRANSFER);
- mSnapshotCtrl->setNonImmediateFilterPermMask(PERM_COPY | PERM_TRANSFER);
}
else
{