From f8782b0b76834d88ca8c7decfe108ba01e6a1524 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Wed, 16 Apr 2025 21:23:39 +0300 Subject: #3897 Fix favorite's stars being hidden in some cases #2 --- indra/llui/llfolderview.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'indra/llui/llfolderview.cpp') 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) -- cgit v1.2.3