From 2101028966186fb0a18acc8fe1d80d710445f00a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 15 Oct 2015 14:10:56 +0200 Subject: Cleanup --- common/entitystorage.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'common') diff --git a/common/entitystorage.cpp b/common/entitystorage.cpp index c77e408..63017dd 100644 --- a/common/entitystorage.cpp +++ b/common/entitystorage.cpp @@ -60,12 +60,6 @@ ResultSet EntityStorageBase::getResultSet(const Akonadi2::Query &query, Akonadi2 } auto filter = [remainingFilters, query, baseRevision](const Akonadi2::ApplicationDomain::ApplicationDomainType::Ptr &domainObject) -> bool { - // if (topRevision > 0) { - // Trace() << "filtering by revision " << domainObject->revision(); - // if (domainObject->revision() < baseRevision) { - // return false; - // } - // } for (const auto &filterProperty : remainingFilters) { //TODO implement other comparison operators than equality if (domainObject->getProperty(filterProperty) != query.propertyFilter.value(filterProperty)) { -- cgit v1.2.3