summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothserviceinfo_qnx.cpp')
-rw-r--r--src/bluetooth/qbluetoothserviceinfo_qnx.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/bluetooth/qbluetoothserviceinfo_qnx.cpp b/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
index cd1ecfef..b744feff 100644
--- a/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
+++ b/src/bluetooth/qbluetoothserviceinfo_qnx.cpp
@@ -69,21 +69,6 @@ bool QBluetoothServiceInfoPrivate::unregisterService()
return false;
}
-
-void QBluetoothServiceInfoPrivate::setRegisteredAttribute(quint16 attributeId, const QVariant &value)
-{
- Q_UNUSED(attributeId);
- Q_UNUSED(value);
-
- registerService();
-}
-
-void QBluetoothServiceInfoPrivate::removeRegisteredAttribute(quint16 attributeId)
-{
- Q_UNUSED(attributeId);
- registered = false;
-}
-
extern QHash<QBluetoothServerPrivate*, int> __fakeServerPorts;
bool QBluetoothServiceInfoPrivate::registerService(const QBluetoothAddress& localAdapter)