diff --git a/dom/webidl/BluetoothAdapter2.webidl b/dom/webidl/BluetoothAdapter2.webidl index a90b5dc54dad..b6e4de8c62f8 100644 --- a/dom/webidl/BluetoothAdapter2.webidl +++ b/dom/webidl/BluetoothAdapter2.webidl @@ -58,16 +58,6 @@ interface BluetoothAdapter : EventTarget { readonly attribute boolean discoverable; readonly attribute boolean discovering; - // array of type BluetoothDevice[] - [GetterThrows] - readonly attribute any devices; - - // array of type DOMString[] - [GetterThrows] - readonly attribute any uuids; - - attribute EventHandler ondevicefound; - // Fired when pairing process is completed attribute EventHandler onpairedstatuschanged;