summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtsocketlistener_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/osx/osxbtsocketlistener_p.h')
-rw-r--r--src/bluetooth/osx/osxbtsocketlistener_p.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bluetooth/osx/osxbtsocketlistener_p.h b/src/bluetooth/osx/osxbtsocketlistener_p.h
index afe3eadc..cac0b7c4 100644
--- a/src/bluetooth/osx/osxbtsocketlistener_p.h
+++ b/src/bluetooth/osx/osxbtsocketlistener_p.h
@@ -82,11 +82,6 @@ QT_END_NAMESPACE
// RFCOMM or L2CAP protocol. It must be deleted to stop listening.
@interface QT_MANGLE_NAMESPACE(OSXBTSocketListener) : NSObject
-{
- IOBluetoothUserNotification *connectionNotification;
- QT_PREPEND_NAMESPACE(OSXBluetooth::SocketListener) *delegate;
- quint16 port;
-}
- (id)initWithListener:(QT_PREPEND_NAMESPACE(OSXBluetooth::SocketListener) *)aDelegate;
- (void)dealloc;