diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-17 23:38:55 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-17 23:39:42 +0300 |
commit | 1310fac3b10b3927cb502008c156c16631b97663 (patch) | |
tree | 269444f110ccb49c099fef589e5d313066e35f1a /indra/newview/llpanelface.h | |
parent | 6be7881a514ef768c74f2ec1514e1fea833a359b (diff) |
SL-13359 #5 Implemented revised changes
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index dbf3531332..770f10e2ee 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -115,13 +115,6 @@ public: LLRender::eTexIndex getTextureChannelToEdit(); void pasteFace(LLViewerObject* object, S32 te); - static bool isLibraryTexture(LLUUID image_id); - - // Finds copy-enabled texture with specified asset from inventory - // This can be performance unfriendly and doesn't warranty that - // the texture is original source of asset - static LLUUID getCopyPermInventoryTextureId(LLUUID image_id); - static bool canCopyTexture(LLUUID image_id); protected: void getState(); |