summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-07-16 14:10:06 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-17 08:43:03 +0200
commitede528d4675ba1d8b60eed377c82716bd1a221a5 (patch)
treeca0c982927f691258318b73c9bb8aa065925ab77
parent0d7c0661a538896c94a3493d9c97fca07cc526d7 (diff)
Remove dead code.
This is the default backend and Bluez is not a default backend. Hence the default backend can never build Bluez specific sections. Change-Id: I66f4ce9f4b7b4c4d222138ac2e56640d2bc08808 Reviewed-by: Aaron McCarthy <mccarthy.aaron@gmail.com>
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
index 72a3e853..ee5c70f9 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent_p.cpp
@@ -75,20 +75,5 @@ void QBluetoothDeviceDiscoveryAgentPrivate::start()
void QBluetoothDeviceDiscoveryAgentPrivate::stop()
{
}
-#ifdef QT_BLUEZ_BLUETOOTH
-void QBluetoothDeviceDiscoveryAgentPrivate::_q_deviceFound(const QString &address,
- const QVariantMap &dict)
-{
- Q_UNUSED(address);
- Q_UNUSED(dict);
-}
-
-void QBluetoothDeviceDiscoveryAgentPrivate::_q_propertyChanged(const QString &name,
- const QDBusVariant &value)
-{
- Q_UNUSED(name);
- Q_UNUSED(value);
-}
-#endif
QT_END_NAMESPACE