summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtdevicepair_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/osx/osxbtdevicepair_p.h')
-rw-r--r--src/bluetooth/osx/osxbtdevicepair_p.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bluetooth/osx/osxbtdevicepair_p.h b/src/bluetooth/osx/osxbtdevicepair_p.h
index d5db5e35..1a2c7d6b 100644
--- a/src/bluetooth/osx/osxbtdevicepair_p.h
+++ b/src/bluetooth/osx/osxbtdevicepair_p.h
@@ -90,13 +90,6 @@ ObjCStrongReference<IOBluetoothDevice> device_with_address(const QBluetoothAddre
QT_END_NAMESPACE
@interface QT_MANGLE_NAMESPACE(OSXBTPairing) : NSObject<IOBluetoothDevicePairDelegate>
-{
- QT_PREPEND_NAMESPACE(QBluetoothAddress) m_targetAddress;
-
- bool m_active;
- IOBluetoothDevicePair *m_pairing; // The real pairing request
- QT_PREPEND_NAMESPACE(OSXBluetooth)::PairingDelegate *m_object;
-}
- (id)initWithTarget:(const QBluetoothAddress &)address
delegate:(QT_PREPEND_NAMESPACE(OSXBluetooth::PairingDelegate) *)object;