summaryrefslogtreecommitdiff
path: root/indra/newview/llpersonmodelcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpersonmodelcommon.h')
-rw-r--r--indra/newview/llpersonmodelcommon.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llpersonmodelcommon.h b/indra/newview/llpersonmodelcommon.h
index ffd145b549..f44f619d18 100644
--- a/indra/newview/llpersonmodelcommon.h
+++ b/indra/newview/llpersonmodelcommon.h
@@ -175,14 +175,6 @@ public:
void setModified(EFilterModified behavior = FILTER_RESTART) { mFilterModified = behavior; }
// +-------------------------------------------------------------------+
- // + Count
- // +-------------------------------------------------------------------+
- // Note : we currently filter the whole person list at once, no need to count then.
- //void setFilterCount(S32 count) { }
- //S32 getFilterCount() const { return 1; }
- //void decrementFilterCount() { }
-
- // +-------------------------------------------------------------------+
// + Time
// +-------------------------------------------------------------------+
// Note : we currently filter the whole person list at once, no need to timeout then.