Fix Windows build

This commit is contained in:
Fernando Jiménez Moreno 2019-07-04 16:47:08 +02:00 committed by Josh Matthews
parent 728fdff721
commit f3e237e558

View file

@ -33,7 +33,6 @@ pub mod egl {
pub display: EGLNativeDisplayType, pub display: EGLNativeDisplayType,
} }
#[cfg(target_os = "android")]
pub fn init() -> Result<EGLInitResult, &'static str> { pub fn init() -> Result<EGLInitResult, &'static str> {
info!("Loading EGL..."); info!("Loading EGL...");
unsafe { unsafe {