diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-29 00:27:47 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-10-29 00:27:47 +0300 |
| commit | c61224bef22686c4e6f5b4a6af9acbeb27d561ab (patch) | |
| tree | be00801c20c7ecee3056009c4fc01331b84b8929 /indra/newview/lltexturectrl.h | |
| parent | 6d0fcc0e616ff58f4a83bc3730374c5509ee959a (diff) | |
SL-17699 Hide pipette for material picker
At the moment there is no specification how it should work, it can't work like it does for textures due to material overrides.
Also removed some dead code
Diffstat (limited to 'indra/newview/lltexturectrl.h')
| -rw-r--r-- | indra/newview/lltexturectrl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index 0a5a281e76..d06a82bbd5 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -352,7 +352,6 @@ public: static void onLocalScrollCommit(LLUICtrl* ctrl, void* userdata); static void onBakeTextureSelect(LLUICtrl* ctrl, void *userdata); - static void onHideBaseMeshRegionCheck(LLUICtrl* ctrl, void *userdata); void setLocalTextureEnabled(BOOL enabled); void setBakeTextureEnabled(BOOL enabled); |
