summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfilter.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-04-15 11:16:57 -0700
committerMerov Linden <merov@lindenlab.com>2013-04-15 11:16:57 -0700
commit0ecbbe9571be298284c2410ea441877b611bd875 (patch)
treee6bdb93da0475ce9177a558373922ee4984cbce2 /indra/newview/llinventoryfilter.cpp
parentb05bf882dbf5cdcb4683b4c6201ea50a38491a7b (diff)
CHUI-912 : WIP : Try to change the return value of filter() so to trigger arrange on the fly.
Diffstat (limited to 'indra/newview/llinventoryfilter.cpp')
-rw-r--r--indra/newview/llinventoryfilter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llinventoryfilter.cpp b/indra/newview/llinventoryfilter.cpp
index eef0adda52..d3f5d68708 100644
--- a/indra/newview/llinventoryfilter.cpp
+++ b/indra/newview/llinventoryfilter.cpp
@@ -104,10 +104,6 @@ bool LLInventoryFilter::check(const LLFolderViewModelItem* item)
{
llinfos << "Merov : LLInventoryFilter::check : Here we go with our special NOUNOURS case, checked for string '" << mFilterSubString << "', passed = " << passed << ", name = " << listener->getSearchableName() << llendl;
}
- else
- {
- llinfos << "Merov : LLInventoryFilter::check : checked for string '" << mFilterSubString << "', passed = " << passed << ", name = " << listener->getSearchableName() << llendl;
- }
return passed;
}