diff options
author | webbeef <me@webbeef.org> | 2025-02-21 15:26:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-21 23:26:46 +0000 |
commit | 6a182c345ca1413dc71480fbdab8b43fef76570c (patch) | |
tree | 5587fb352ddb754e00c83f2bfd65da051aebf009 /components/constellation | |
parent | a6f19c0092de2e86f4d79c8328e66589764b6da6 (diff) | |
download | servo-6a182c345ca1413dc71480fbdab8b43fef76570c.tar.gz servo-6a182c345ca1413dc71480fbdab8b43fef76570c.zip |
build winit_minimal with bluetooth disabled (#35590)
Signed-off-by: webbeef <me@webbeef.org>
Diffstat (limited to 'components/constellation')
-rw-r--r-- | components/constellation/tracing.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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") }, |