From 1bf473224a0b8c762c3fc87f0560421023c3f27e Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 14 Aug 2018 11:21:48 +0200 Subject: Remove warning about old kiosk feature that no longer applies. Summary: The concept of KStandardDirs resources no longer exists; and anyway kiosk users disable things at the feature level, not at the config file level. Test Plan: Compiles without warnings Reviewers: davidedmundson, arichardson, broulik Reviewed By: broulik Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D14829 --- src/core/kconfig.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index 6b498746..a0d757e7 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -759,12 +759,6 @@ void KConfigPrivate::parseConfigFiles() break; } } -#pragma message("TODO: enable kiosk feature again (resource restrictions), but without KStandardDirs... Needs a class in the kconfig framework.") -#if 0 - if (componentData.dirs()->isRestrictedResource(resourceType, fileName)) { - bFileImmutable = true; - } -#endif } } -- cgit v1.2.1