[plasma/plasma-workspace] components/sessionsprivate: Drop unused entries from kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit cbdf17e499388094ef283e5ae2f1640631bf5f66 by Nicolas Fella.
Committed on 27/07/2026 at 13:43.
Pushed by nicolasfella into branch 'master'.
Drop unused entries from kcfg file
M +0 -33 components/sessionsprivate/kscreenlockersettings.kcfg
https://invent.kde.org/plasma/plasma-workspace/-/commit/cbdf17e499388094ef283e5ae2f1640631bf5f66
diff --git a/components/sessionsprivate/kscreenlockersettings.kcfg b/components/sessionsprivate/kscreenlockersettings.kcfg
index 4d42dbb9d3..d9fe093dd8 100644
--- a/components/sessionsprivate/kscreenlockersettings.kcfg
+++ b/components/sessionsprivate/kscreenlockersettings.kcfg
@@ -10,38 +10,5 @@
<label>Screen lock enabled</label>
<whatsthis>Sets whether the screen will be locked after the specified time.</whatsthis>
</entry>
- <entry key="Timeout" type="Int">
- <default>5</default>
- <min>1</min>
- <label>Screen saver timeout</label>
- <whatsthis>Sets the minutes after which the screen is locked.</whatsthis>
- </entry>
- <entry key="Lock" type="Bool">
- <default>true</default>
- <label></label>
- <whatsthis></whatsthis>
- </entry>
- <entry key="LockGrace" type="Int">
- <default>5</default>
- <min>0</min>
- <max>300</max>
- <label></label>
- <whatsthis></whatsthis>
- </entry>
- <entry key="LockOnResume" type="Bool">
- <default>true</default>
- </entry>
- </group>
- <group name="Greeter">
- <entry key="Theme" type="String">
- <default></default>
- <label></label>
- <whatsthis></whatsthis>
- </entry>
- <entry key="ThemeBackground" type="String">
- <default></default>
- <label></label>
- <whatsthis></whatsthis>
- </entry>
</group>
</kcfg>