diff options
author | Richard Linden <none@none> | 2012-06-28 23:30:36 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-06-28 23:30:36 -0700 |
commit | 604bbb22783d2460384e340592ca1781908f6dd8 (patch) | |
tree | 42afa4894daf9a09e3935e32885c42f83f508162 /indra/newview/llfolderviewitem.h | |
parent | ed7173c987cf4a5de2f3c9b9d792e5ac4006e833 (diff) |
CHUI-101 WIP Make LLFolderview general purpose
cleaned up ownership of viewmodel
more filtering fixes
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 7e48969826..a3c92a55e8 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -281,7 +281,6 @@ protected: S32 mLastCalculatedWidth; S32 mMostFilteredDescendantGeneration; bool mNeedsSort; - bool mPassedFolderFilter; public: typedef enum e_recurse_type |