diff options
author | David Faure <faure@kde.org> | 2018-08-14 11:21:48 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2018-08-14 14:54:42 +0200 |
commit | 1bf473224a0b8c762c3fc87f0560421023c3f27e (patch) | |
tree | 2c006916aad06847a60f5d2011a5f47cf27ae101 /src/core | |
parent | 8d2daa1cc2180b7edcbe9c9df379f12631cc6870 (diff) | |
download | kconfig-1bf473224a0b8c762c3fc87f0560421023c3f27e.tar.gz kconfig-1bf473224a0b8c762c3fc87f0560421023c3f27e.tar.bz2 |
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
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/kconfig.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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 } } |