diff --git a/src/macos/window.rs b/src/macos/window.rs index 91bb0fa..9a45e54 100644 --- a/src/macos/window.rs +++ b/src/macos/window.rs @@ -1,7 +1,3 @@ -/// macOS window handling -/// -/// Inspired by implementation in https://github.com/antonok-edm/vst_window - use std::ffi::c_void; use std::sync::Arc;