From faf5812d05faaa6ab78043901e3d15b664e45382 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 20 Dec 2014 18:49:57 +0100 Subject: Fix win32 build without the "window" feature --- src/win32/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/win32/mod.rs b/src/win32/mod.rs index f900c1f..dba08e5 100644 --- a/src/win32/mod.rs +++ b/src/win32/mod.rs @@ -86,7 +86,6 @@ impl Window { } } -#[cfg(feature = "window")] #[deriving(Clone)] pub struct WindowProxy; -- cgit v1.2.3