diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-19 21:15:40 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-19 21:15:40 -0500 |
| commit | 147410e39bf4e0474deca3980dcaa724464cf5c3 (patch) | |
| tree | 161d19ded2f40caf4021e156bee3b889df8553de /modules/controlcenter/state/NetworkState.qml | |
| parent | cleanup: removed comments (diff) | |
| download | caelestia-shell-147410e39bf4e0474deca3980dcaa724464cf5c3.tar.gz caelestia-shell-147410e39bf4e0474deca3980dcaa724464cf5c3.tar.bz2 caelestia-shell-147410e39bf4e0474deca3980dcaa724464cf5c3.zip | |
cleanup: removed unnecessary comments
Diffstat (limited to 'modules/controlcenter/state/NetworkState.qml')
| -rw-r--r-- | modules/controlcenter/state/NetworkState.qml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/controlcenter/state/NetworkState.qml b/modules/controlcenter/state/NetworkState.qml index 651a35c..da13e65 100644 --- a/modules/controlcenter/state/NetworkState.qml +++ b/modules/controlcenter/state/NetworkState.qml @@ -3,10 +3,7 @@ import QtQuick QtObject { id: root - // Active selected wireless network property var active: null - - // Password dialog state property bool showPasswordDialog: false property var pendingNetwork: null } |