diff options
Diffstat (limited to 'ext/webgpu')
-rw-r--r-- | ext/webgpu/lib.rs | 1 | ||||
-rw-r--r-- | ext/webgpu/surface.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/webgpu/lib.rs b/ext/webgpu/lib.rs index 68069c133..8e13a8050 100644 --- a/ext/webgpu/lib.rs +++ b/ext/webgpu/lib.rs @@ -127,7 +127,6 @@ pub fn init(unstable: bool) -> Extension { // let unstable_checker = state.borrow::<super::UnstableChecker>(); // let unstable = unstable_checker.unstable; state.put(Unstable(unstable)); - Ok(()) }) .build() } 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() } |