diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-30 17:18:31 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2022-12-01 05:33:48 +0200 |
commit | 7c489e0480221b9c85a919f02f2a1d45b936f6e7 (patch) | |
tree | 43e66b089fe91266a724a46b2d2c0b0a9cde6cf9 /indra/newview/llpanelobject.cpp | |
parent | dc4f65a2ec1fdd65a77223baaadec38ba38c3bb6 (diff) |
SL-18648 Clean up unused mNonImmediateFilterPermMask
Diffstat (limited to 'indra/newview/llpanelobject.cpp')
-rw-r--r-- | indra/newview/llpanelobject.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelobject.cpp b/indra/newview/llpanelobject.cpp index 0bfc1297d3..0236b66b70 100644 --- a/indra/newview/llpanelobject.cpp +++ b/indra/newview/llpanelobject.cpp @@ -250,8 +250,6 @@ BOOL LLPanelObject::postBuild() // Don't allow (no copy) or (no transfer) textures to be selected during immediate mode mCtrlSculptTexture->setImmediateFilterPermMask(PERM_COPY | PERM_TRANSFER); mCtrlSculptTexture->setDnDFilterPermMask(PERM_COPY | PERM_TRANSFER); - // Allow any texture to be used during non-immediate mode. - mCtrlSculptTexture->setNonImmediateFilterPermMask(PERM_NONE); LLAggregatePermissions texture_perms; if (LLSelectMgr::getInstance()->selectGetAggregateTexturePermissions(texture_perms)) { |