From 6a182c345ca1413dc71480fbdab8b43fef76570c Mon Sep 17 00:00:00 2001 From: webbeef Date: Fri, 21 Feb 2025 15:26:46 -0800 Subject: build winit_minimal with bluetooth disabled (#35590) Signed-off-by: webbeef --- components/constellation/tracing.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'components/constellation') diff --git a/components/constellation/tracing.rs b/components/constellation/tracing.rs index ee65167fa14..30d4981fe9d 100644 --- a/components/constellation/tracing.rs +++ b/components/constellation/tracing.rs @@ -233,7 +233,6 @@ mod from_script { target_variant!("NotifyLoadStatusChanged(LoadStatus::Complete") }, Self::Panic(..) => target_variant!("Panic"), - #[cfg(feature = "bluetooth")] Self::GetSelectedBluetoothDevice(..) => { target_variant!("GetSelectedBluetoothDevice") }, -- cgit v1.2.3