GIT_SILENT remove confusing comment. There's no ref() happening here.

This commit is contained in:
David Faure 2017-11-25 23:19:19 +01:00
parent facaaf93d0
commit d3ed3bcbbf

View File

@ -111,8 +111,6 @@ Plasma::DataEngine *DataEngineManager::engine(const QString &name) const
Plasma::DataEngine::Dict::const_iterator it = d->engines.constFind(name);
if (it != d->engines.constEnd()) {
// ref and return the engine
//Plasma::DataEngine *engine = *it;
return *it;
}