aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index ad82066c3df..2ae1908f8bb 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -874,8 +874,6 @@ fn create_constellation(
let resource_sender = public_resource_threads.sender();
- let webgpu = webgpu::WebGPU::new();
-
let initial_state = InitialConstellationState {
compositor_proxy,
embedder_proxy,
@@ -890,7 +888,6 @@ fn create_constellation(
webrender_document,
webrender_api_sender,
webgl_threads,
- webgpu,
webvr_chan,
webxr_registry,
glplayer_threads,