Bug 1038632 - Patch1: Remove unused API in BluetoothAdapter.webidl for new WebBluetooth

API. f=btian, r=bz
This commit is contained in:
Jocelyn Liu 2014-07-25 15:21:33 +08:00
Родитель 68b316b43f
Коммит 54155154ce
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -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;