Remove dead code

This commit is contained in:
David Heinemeier Hansson
2026-05-19 10:50:36 +02:00
parent 8cd9e34294
commit 8fa463975a
36 changed files with 130 additions and 309 deletions
+1 -4
View File
@@ -63,10 +63,7 @@ Item {
}
// ---- host injections ----------------------------------------------------
property var barWidgetRegistry: null
property var pluginRegistry: null
property var shell: null
property var manifest: null
// ---- theme --------------------------------------------------------------
readonly property color foreground: Color.foreground
@@ -104,7 +101,7 @@ Item {
property string focusSection: "cursor-surface"
property int selectedIndex: 0
// Demo state mutated by activation.
// Demo state mutated by interaction.
property string choiceDemoValue: "top"
property bool toggleDemoOn: true
property bool toggleSquareOn: false