diff options
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) |