diff options
author | Richard Linden <none@none> | 2011-06-20 11:00:02 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-20 11:00:02 -0700 |
commit | 015db564cff18fa58fa677b48ef7a7048c444fb4 (patch) | |
tree | 7bea9b8dd1a83a5baf5b6a22bbeac1b80f069fb2 /indra/newview/llfolderviewitem.h | |
parent | 1a228ad7a803d2ef2d095192e85bc2db95cd9e9e (diff) |
EXP-915 FIX remove mHidden and mStartFolderID from LLFolderView*
removed mHidden variable
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index c48e568b30..7d640adf2e 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -157,7 +157,6 @@ protected: BOOL mDragAndDropTarget; BOOL mIsLoading; LLTimer mTimeSinceRequestStart; - bool mHidden; bool mShowLoadStatus; // helper function to change the selection from the root. |