summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llavatarlist.h')
-rw-r--r--indra/newview/llavatarlist.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llavatarlist.h b/indra/newview/llavatarlist.h
index 195d9e5b55..51d3760d39 100644
--- a/indra/newview/llavatarlist.h
+++ b/indra/newview/llavatarlist.h
@@ -82,11 +82,6 @@ public:
const std::string getIconParamName() const{return mIconParamName;}
virtual BOOL handleRightMouseDown(S32 x, S32 y, MASK mask);
- // Return true if filter has at least one match.
- bool filterHasMatches();
-
- boost::signals2::connection setRefreshCompleteCallback(const commit_signal_t::slot_type& cb);
-
protected:
void refresh();
@@ -112,8 +107,6 @@ private:
uuid_vector_t mIDs;
LLAvatarListItem::ContextMenu* mContextMenu;
-
- commit_signal_t mRefreshCompleteSignal;
};
/** Abstract comparator for avatar items */