diff --git a/kcms/baloo/kcm.cpp b/kcms/baloo/kcm.cpp --- a/kcms/baloo/kcm.cpp +++ b/kcms/baloo/kcm.cpp @@ -102,10 +102,6 @@ QDBusConnection::sessionBus().asyncCall(message); } - // Start cleaner - const QString exe = QStandardPaths::findExecutable(QStringLiteral("baloo_file_cleaner")); - QProcess::startDetached(exe, QStringList()); - // Update the baloo_file's config cache config.refresh(); }