diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-18 18:11:09 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-18 18:11:09 +0300 |
commit | 01f73fe120244f1849e987f0273e2bbbbb87d342 (patch) | |
tree | 69843c7cdef5db189b605d13a554ad0f0c9c54d8 /indra/llui/llfolderview.cpp | |
parent | 082c9158b2ad961b747ca6a7bd55bc2a79f27b6a (diff) | |
parent | d3d8513c3b5a7f25adac777d9d59896d8dbd14c0 (diff) |
Merge branch 'release/2025.05' into marchcat/05-develop
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rw-r--r-- | indra/llui/llfolderview.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llui/llfolderview.cpp b/indra/llui/llfolderview.cpp index dc1b81666a..b664065532 100644 --- a/indra/llui/llfolderview.cpp +++ b/indra/llui/llfolderview.cpp @@ -1693,11 +1693,6 @@ LLRect LLFolderView::getVisibleRect() return visible_rect; } -S32 LLFolderView::getVisibleContentWidth() -{ - return (mScrollContainer ? mScrollContainer->getVisibleContentRect().getWidth() : 0); -} - bool LLFolderView::getShowSelectionContext() { if (mShowSelectionContext) |