diff options
Diffstat (limited to 'components/bluetooth_traits/lib.rs')
-rw-r--r-- | components/bluetooth_traits/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/bluetooth_traits/lib.rs b/components/bluetooth_traits/lib.rs index ede1c8ecdba..f7293b74bb4 100644 --- a/components/bluetooth_traits/lib.rs +++ b/components/bluetooth_traits/lib.rs @@ -108,7 +108,3 @@ pub enum BluetoothResponse { EnableNotification(()), WatchAdvertisements(()), } - -pub trait BluetoothResponseListener { - fn response(&mut self, response: BluetoothResponseResult); -} |