Skip to content

Commit

Permalink
Remove the unused get_context() function
Browse files Browse the repository at this point in the history
  • Loading branch information
fokinv authored and dati91 committed Dec 2, 2016
1 parent c33d89c commit 92df124
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/script/dom/bluetoothdevice.rs
Expand Up @@ -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)
Expand Down

0 comments on commit 92df124

Please sign in to comment.