From fa99f0e70133bb58eb92b3f4a568abb41832bb72 Mon Sep 17 00:00:00 2001 From: tomaka Date: Sat, 25 Oct 2014 10:31:25 +0200 Subject: Revert "Add `platform_display` impls for win32 and android" --- src/win32/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32') diff --git a/src/win32/mod.rs b/src/win32/mod.rs index 13349f7..33d0600 100644 --- a/src/win32/mod.rs +++ b/src/win32/mod.rs @@ -236,7 +236,7 @@ impl Window { } pub fn platform_display(&self) -> *mut libc::c_void { - self.window as *mut libc::c_void + unimplemented!() } } -- cgit v1.2.3