diff options
author | Richard Linden <none@none> | 2011-06-20 11:02:36 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-20 11:02:36 -0700 |
commit | 4ba2a801489d59b39f0c0cd9b2fc7cc4fe396a8e (patch) | |
tree | 771014114a17cdc65c1a4c6fe8f0054f704f08b0 /indra | |
parent | 015db564cff18fa58fa677b48ef7a7048c444fb4 (diff) |
fixed build on mac/linux
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfolderviewitem.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfolderviewitem.cpp b/indra/newview/llfolderviewitem.cpp index 5f1d32ee5a..1f53586ccc 100644 --- a/indra/newview/llfolderviewitem.cpp +++ b/indra/newview/llfolderviewitem.cpp @@ -1171,8 +1171,6 @@ S32 LLFolderViewFolder::arrange( S32* width, S32* height, S32 filter_generation) mHasVisibleChildren = hasFilteredDescendants(filter_generation); - LLInventoryFilter::EFolderShow show_folder_state = getRoot()->getFilter()->getShowFolderState(); - // calculate height as a single item (without any children), and reshapes rectangle to match LLFolderViewItem::arrange( width, height, filter_generation ); |