diff --git a/src/borrowed.rs b/src/borrowed.rs index 7b242ad..567e6af 100644 --- a/src/borrowed.rs +++ b/src/borrowed.rs @@ -257,13 +257,6 @@ impl<'a> WindowHandle<'a> { } } -#[allow(deprecated)] -unsafe impl crate::HasRawWindowHandle for WindowHandle<'_> { - fn raw_window_handle(&self) -> Result { - Ok(self.raw) - } -} - impl AsRef for WindowHandle<'_> { fn as_ref(&self) -> &RawWindowHandle { &self.raw