summaryrefslogtreecommitdiff
path: root/indra/llui/llfolderview.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-04-16 21:23:39 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-04-17 16:01:24 +0300
commitf8782b0b76834d88ca8c7decfe108ba01e6a1524 (patch)
treec39f32af8fc505a3eb2f173276cd42bb451de87b /indra/llui/llfolderview.cpp
parent3142429fd4b3977e36d7ab7b0605470936b32b09 (diff)
#3897 Fix favorite's stars being hidden in some cases #2
Diffstat (limited to 'indra/llui/llfolderview.cpp')
-rw-r--r--indra/llui/llfolderview.cpp5
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)