diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-31 22:42:52 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-09-01 13:26:10 +0300 |
commit | 8df1856f84cf2d76b207ab43b05f1f930db50c51 (patch) | |
tree | 7124b22a1f21a1f3b819c71e174375c0bb68a615 /indra/newview/lltexturectrl.h | |
parent | ce685a12b9acc888a39c336c91ae6272db74ce91 (diff) |
SL-17653 In texture picker cleaned up permanently invisible 'show folders' checkbox
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r-- | indra/newview/lltexturectrl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index 1bfbb0d1be..0325e09aa7 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -329,9 +329,7 @@ public: //static void onBtnRevert( void* userdata ); static void onBtnBlank(void* userdata); static void onBtnNone(void* userdata); - static void onBtnClear(void* userdata); void onSelectionChange(const std::deque<LLFolderViewItem*> &items, BOOL user_action); - static void onShowFolders(LLUICtrl* ctrl, void* userdata); static void onApplyImmediateCheck(LLUICtrl* ctrl, void* userdata); void onTextureSelect(const LLTextureEntry& te); |