mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Remove the unused get_context() function
This commit is contained in:
parent
c33d89c92c
commit
92df1240f8
1 changed files with 0 additions and 4 deletions
|
@ -70,10 +70,6 @@ impl BluetoothDevice {
|
||||||
BluetoothDeviceBinding::Wrap)
|
BluetoothDeviceBinding::Wrap)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_context(&self) -> Root<Bluetooth> {
|
|
||||||
self.context.get()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn get_or_create_service(&self,
|
pub fn get_or_create_service(&self,
|
||||||
service: &BluetoothServiceMsg,
|
service: &BluetoothServiceMsg,
|
||||||
server: &BluetoothRemoteGATTServer)
|
server: &BluetoothRemoteGATTServer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue