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
Remove dead code
  • Loading branch information
pvuorela committed Apr 15, 2019
1 parent 4284c8e commit fdd6700
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 fdd6700

Please sign in to comment.