summaryrefslogtreecommitdiff
path: root/modules/controlcenter/state/BluetoothState.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/controlcenter/state/BluetoothState.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/controlcenter/state/BluetoothState.qml b/modules/controlcenter/state/BluetoothState.qml
index db8c7e1..00497ce 100644
--- a/modules/controlcenter/state/BluetoothState.qml
+++ b/modules/controlcenter/state/BluetoothState.qml
@@ -4,13 +4,8 @@ import QtQuick
QtObject {
id: root
- // Active selected device
property BluetoothDevice active: null
-
- // Current adapter being used
property BluetoothAdapter currentAdapter: Bluetooth.defaultAdapter
-
- // UI state flags
property bool editingAdapterName: false
property bool fabMenuOpen: false
property bool editingDeviceName: false