diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-08-01 15:18:32 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-08-01 15:18:32 +0300 |
commit | 84677aad4cfb5b892f9037118b0bb6cdbe9d6309 (patch) | |
tree | eb51007c4aedc990c23945f4a824dff687065c5b /indra/newview/lltexturectrl.h | |
parent | 0888078bd86136ed198d38b95f79f4bd1bdc3ed1 (diff) |
MAINT-6602 disable ability to select local textures
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r-- | indra/newview/lltexturectrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index 471a36094c..61f99de5c0 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -322,6 +322,8 @@ public: static void onBtnUpload(void* userdata); static void onLocalScrollCommit(LLUICtrl* ctrl, void* userdata); + void setLocalTextureEnabled(BOOL enabled); + protected: LLPointer<LLViewerTexture> mTexturep; LLView* mOwner; |