Remove the window feature entirely

This commit is contained in:
Pierre Krieger 2015-10-03 10:33:37 +02:00
parent c8fd077e17
commit 7a625ef3d8
8 changed files with 3 additions and 26 deletions

View file

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