summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_adapter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_adapter.cc')
-rw-r--r--device/bluetooth/bluetooth_adapter.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/device/bluetooth/bluetooth_adapter.cc b/device/bluetooth/bluetooth_adapter.cc
index 78b556e..6f036b3 100644
--- a/device/bluetooth/bluetooth_adapter.cc
+++ b/device/bluetooth/bluetooth_adapter.cc
@@ -22,10 +22,6 @@ const std::string& BluetoothAdapter::name() const {
return name_;
}
-void BluetoothAdapter::QueueAdapterCallback(const AdapterCallback& callback) {
- adapter_callbacks_.push_back(callback);
-}
-
BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
ConstDeviceList const_devices =
const_cast<const BluetoothAdapter *>(this)->GetDevices();