aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index cfaf875..97001a8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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"))]