diff options
Diffstat (limited to 'src/core/kconfig.cpp')
-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 } } |