Remove the unused get_context() function

This commit is contained in:
Valentin Fokin 2016-12-01 13:56:15 +01:00 committed by Attila Dusnoki
parent c33d89c92c
commit 92df1240f8

View file

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