mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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)
|
||||
}
|
||||
|
||||
pub fn get_context(&self) -> Root<Bluetooth> {
|
||||
self.context.get()
|
||||
}
|
||||
|
||||
pub fn get_or_create_service(&self,
|
||||
service: &BluetoothServiceMsg,
|
||||
server: &BluetoothRemoteGATTServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue