From f3e237e5584f4f1399d04abc9d0f4765392bca33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Thu, 4 Jul 2019 16:47:08 +0200 Subject: [PATCH] Fix Windows build --- ports/libsimpleservo/api/src/gl_glue.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/libsimpleservo/api/src/gl_glue.rs b/ports/libsimpleservo/api/src/gl_glue.rs index 3f69ef15d463..bc9829599305 100644 --- a/ports/libsimpleservo/api/src/gl_glue.rs +++ b/ports/libsimpleservo/api/src/gl_glue.rs @@ -33,7 +33,6 @@ pub mod egl { pub display: EGLNativeDisplayType, } - #[cfg(target_os = "android")] pub fn init() -> Result { info!("Loading EGL..."); unsafe {