| 1952 | } |
| 1953 | |
| 1954 | bool CFavoriteCommunityFilterList::Empty() const |
| 1955 | { |
| 1956 | return m_vEntries.empty(); |
| 1957 | } |
| 1958 | |
| 1959 | void CFavoriteCommunityFilterList::Clean(const std::vector<CCommunity> &vAllowedCommunities) |
| 1960 | { |
nothing calls this directly
no test coverage detected