summaryrefslogtreecommitdiff
path: root/ext/webgpu/surface.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/webgpu/surface.rs')
-rw-r--r--ext/webgpu/surface.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/webgpu/surface.rs b/ext/webgpu/surface.rs
index 8304427b9..d20d06bb1 100644
--- a/ext/webgpu/surface.rs
+++ b/ext/webgpu/surface.rs
@@ -30,7 +30,6 @@ pub fn init_surface(unstable: bool) -> Extension {
// let unstable_checker = state.borrow::<super::UnstableChecker>();
// let unstable = unstable_checker.unstable;
state.put(super::Unstable(unstable));
- Ok(())
})
.build()
}