From 61b4a891bb188835842683800d6e97cecfd81609 Mon Sep 17 00:00:00 2001 From: OJ Kwon Date: Tue, 17 Apr 2018 19:46:02 -0700 Subject: refactor(bluetooth): uses embedderproxy directly --- components/script_traits/script_msg.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'components/script_traits/script_msg.rs') diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index 65829b02406..43812ad097a 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -213,10 +213,3 @@ pub enum SWManagerMsg { /// Provide the constellation with a means of communicating with the Service Worker Manager OwnSender(IpcSender), } - -/// Messages outgoing from the Bluetooth Manager thread to constellation -#[derive(Deserialize, Serialize)] -pub enum BluetoothManagerMsg { - /// Requesting to open device select dialog - OpenDeviceSelectDialog(Vec, IpcSender>) -} -- cgit v1.2.3