Remove old "egl" module

This commit is contained in:
Tomaka17 2014-09-12 15:20:59 +02:00
parent 451b754e79
commit 3043cb2848
3 changed files with 0 additions and 303 deletions

View file

@ -43,9 +43,6 @@ mod osx;
#[cfg(target_os = "android")]
mod android;
#[allow(dead_code)]
//mod egl;
mod events;
#[cfg(not(target_os = "windows"), not(target_os = "linux"), not(target_os = "macos"), not(target_os = "android"))]