summaryrefslogtreecommitdiff
path: root/modules/controlcenter/state/LauncherState.qml
diff options
context:
space:
mode:
authorATMDA <atdma2600@gmail.com>2025-11-19 21:15:40 -0500
committerATMDA <atdma2600@gmail.com>2025-11-19 21:15:40 -0500
commit147410e39bf4e0474deca3980dcaa724464cf5c3 (patch)
tree161d19ded2f40caf4021e156bee3b889df8553de /modules/controlcenter/state/LauncherState.qml
parentcleanup: removed comments (diff)
downloadcaelestia-shell-147410e39bf4e0474deca3980dcaa724464cf5c3.tar.gz
caelestia-shell-147410e39bf4e0474deca3980dcaa724464cf5c3.tar.bz2
caelestia-shell-147410e39bf4e0474deca3980dcaa724464cf5c3.zip
cleanup: removed unnecessary comments
Diffstat (limited to 'modules/controlcenter/state/LauncherState.qml')
-rw-r--r--modules/controlcenter/state/LauncherState.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/controlcenter/state/LauncherState.qml b/modules/controlcenter/state/LauncherState.qml
index cd9eeb6..c5da7aa 100644
--- a/modules/controlcenter/state/LauncherState.qml
+++ b/modules/controlcenter/state/LauncherState.qml
@@ -3,7 +3,6 @@ import QtQuick
QtObject {
id: root
- // Active selected application
property var active: null
}