From dd1955285e8745d097ab8558ebb16880b69a8d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 1 Dec 2020 16:13:38 +0100 Subject: [PATCH] macOS: clean up --- src/macos/window.rs | 4 ---- 1 file changed, 4 deletions(-) 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;