Fix win32 build without the "window" feature

This commit is contained in:
Pierre Krieger 2014-12-20 18:49:57 +01:00
parent 4b7d677f83
commit faf5812d05

View file

@ -86,7 +86,6 @@ impl Window {
}
}
#[cfg(feature = "window")]
#[deriving(Clone)]
pub struct WindowProxy;