Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'remove_dead_code' into 'master'
Remove dead code

See merge request mer-core/libcontacts!9
  • Loading branch information
pvuorela committed Apr 18, 2019
2 parents 3833cce + fdd6700 commit f90aceb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions src/seasidecache.cpp
Expand Up @@ -314,16 +314,6 @@ QContactFilter favoriteFilter()
return QContactFavorite::match();
}

QContactFilter nonfavoriteFilter()
{
QContactDetailFilter filter;
setDetailType<QContactFavorite>(filter, QContactFavorite::FieldFavorite);
filter.setMatchFlags(QContactFilter::MatchExactly);
filter.setValue(false);

return filter;
}

QContactFilter onlineFilter()
{
return QContactStatusFlags::matchFlag(QContactStatusFlags::IsOnline);
Expand Down
2 changes: 1 addition & 1 deletion tests/tst_resolve/tst_resolve.cpp
Expand Up @@ -83,7 +83,7 @@ struct TestResolveListener : public SeasideCache::ResolveListener {
SeasideCache::CacheItem *m_item;
};

}; // anonymous
} // anonymous

void tst_Resolve::initTestCase()
{
Expand Down

0 comments on commit f90aceb

Please sign in to comment.