diff options
author | Merov Linden <merov@lindenlab.com> | 2013-04-15 11:16:57 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-04-15 11:16:57 -0700 |
commit | 0ecbbe9571be298284c2410ea441877b611bd875 (patch) | |
tree | e6bdb93da0475ce9177a558373922ee4984cbce2 /indra/llui/llfolderviewitem.h | |
parent | b05bf882dbf5cdcb4683b4c6201ea50a38491a7b (diff) |
CHUI-912 : WIP : Try to change the return value of filter() so to trigger arrange on the fly.
Diffstat (limited to 'indra/llui/llfolderviewitem.h')
-rwxr-xr-x | indra/llui/llfolderviewitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfolderviewitem.h b/indra/llui/llfolderviewitem.h index ca31931e19..a9b0201236 100755 --- a/indra/llui/llfolderviewitem.h +++ b/indra/llui/llfolderviewitem.h @@ -316,7 +316,6 @@ protected: F32 mAutoOpenCountdown; S32 mLastArrangeGeneration; S32 mLastCalculatedWidth; - S32 mMostFilteredDescendantGeneration; bool mNeedsSort; public: |