diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:30:59 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-09-23 12:30:59 +0300 |
commit | 10a2519e737d2fc4be74e7bb289d0b3eb0709aa0 (patch) | |
tree | 42c64951a6d68b8a6e2039359c3a98a3d40b9a55 /indra/llui/lllineeditor.h | |
parent | f392ddab9884b97ce9488614cc3fa6f10b8ebdc2 (diff) |
Revert "SL-13852 Add visibility options to inventory search results"
This reverts commit 18566c502398e0e449717a06b1ffae3966e55522.
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r-- | indra/llui/lllineeditor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h index f84625bea7..aa5779d45f 100644 --- a/indra/llui/lllineeditor.h +++ b/indra/llui/lllineeditor.h @@ -283,9 +283,6 @@ public: void resetContextMenu() { setContextMenu(NULL); }; - void setBgImage(LLPointer<LLUIImage> image) { mBgImage = image; } - void setBgImageFocused(LLPointer<LLUIImage> image) { mBgImageFocused = image; } - private: // private helper methods |