Fix win32 window not having a destructor in headless mode

This commit is contained in:
Tomaka17 2014-10-11 20:40:15 +02:00
parent cdee854d2e
commit 64bbc4965f

View file

@ -235,7 +235,6 @@ impl Window {
}
}
#[cfg(feature = "window")]
#[unsafe_destructor]
impl Drop for Window {
fn drop(&mut self) {