Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm authored and jdm committed Jul 5, 2019
1 parent 728fdff commit f3e237e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/libsimpleservo/api/src/gl_glue.rs
Expand Up @@ -33,7 +33,6 @@ pub mod egl {
pub display: EGLNativeDisplayType,
}

#[cfg(target_os = "android")]
pub fn init() -> Result<EGLInitResult, &'static str> {
info!("Loading EGL...");
unsafe {
Expand Down

0 comments on commit f3e237e

Please sign in to comment.