diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index b839e3599fd..c665a9bc93d 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -13,7 +13,6 @@ path = "lib.rs" [features] default = [] -multiview = [] tracing = ["dep:tracing"] webxr = ["dep:webxr"] diff --git a/components/constellation/Cargo.toml b/components/constellation/Cargo.toml index 19b452e2021..1053a23948a 100644 --- a/components/constellation/Cargo.toml +++ b/components/constellation/Cargo.toml @@ -14,7 +14,6 @@ path = "lib.rs" [features] bluetooth = ["bluetooth_traits"] default = [] -multiview = [] tracing = ["dep:tracing"] webgpu = ["script_traits/webgpu"] diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index a91ad813ecd..158dae236b8 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -29,7 +29,6 @@ background_hang_monitor = ["background_hang_monitor/sampler"] jitspew = ["script/jitspew"] js_backtrace = ["script/js_backtrace"] media-gstreamer = ["servo-media-gstreamer", "gstreamer"] -multiview = ["compositing/multiview", "constellation/multiview"] native-bluetooth = ["bluetooth/native-bluetooth"] no-wgl = ["mozangle/egl", "mozangle/build_dlls", "surfman/sm-angle-default", "compositing_traits/no-wgl"] dynamic_freetype = ["webrender/dynamic_freetype"] diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 1fda3d05798..a5d3a52aefd 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -42,7 +42,6 @@ jitspew = ["libservo/jitspew"] js_backtrace = ["libservo/js_backtrace"] max_log_level = ["log/release_max_level_info"] media-gstreamer = ["libservo/media-gstreamer"] -multiview = ["libservo/multiview"] native-bluetooth = ["libservo/native-bluetooth"] profilemozjs = ["libservo/profilemozjs"] refcell_backtrace = ["libservo/refcell_backtrace"]