From 64bbc4965f3ab6a829a9f421c11b7bead6d49a17 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sat, 11 Oct 2014 20:40:15 +0200 Subject: Fix win32 window not having a destructor in headless mode --- src/win32/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/win32/mod.rs b/src/win32/mod.rs index 720010c..ee0e2b2 100644 --- a/src/win32/mod.rs +++ b/src/win32/mod.rs @@ -235,7 +235,6 @@ impl Window { } } -#[cfg(feature = "window")] #[unsafe_destructor] impl Drop for Window { fn drop(&mut self) { -- cgit v1.2.3