From 4793f935a4d60ee51afac8b975b94afb1a4578c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Mustoha?= Date: Tue, 11 Oct 2016 13:02:22 +0200 Subject: [PATCH] Fix missing `c_void` error when building for Android --- ports/glutin/window.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index f005a0578322..1bb7af2fef2f 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -32,7 +32,6 @@ use std::cell::{Cell, RefCell}; use std::ffi::CString; #[cfg(any(target_os = "linux", target_os = "macos"))] use std::mem; -#[cfg(not(target_os = "android"))] use std::os::raw::c_void; use std::ptr; use std::rc::Rc;