From 9c21758bb73f18cf8f6a3f61f426af8bde00964a Mon Sep 17 00:00:00 2001 From: Steven Sheldon Date: Fri, 3 Apr 2015 02:31:15 -0700 Subject: [PATCH] Removed unused features from build and examples. --- build.rs | 2 -- examples-disabled/fullscreen.rs | 2 -- examples/cursor.rs | 2 -- examples/grabbing.rs | 2 -- examples/multiwindow.rs | 2 -- examples/vsync.rs | 2 -- examples/window.rs | 2 -- 7 files changed, 14 deletions(-) diff --git a/build.rs b/build.rs index 7aeeda913..9925e2d07 100644 --- a/build.rs +++ b/build.rs @@ -1,5 +1,3 @@ -#![feature(convert)] - extern crate gl_generator; extern crate khronos_api; diff --git a/examples-disabled/fullscreen.rs b/examples-disabled/fullscreen.rs index 37ea36692..3b9e2c1e2 100644 --- a/examples-disabled/fullscreen.rs +++ b/examples-disabled/fullscreen.rs @@ -1,5 +1,3 @@ -#![feature(std_misc)] - #[cfg(target_os = "android")] #[macro_use] extern crate android_glue; diff --git a/examples/cursor.rs b/examples/cursor.rs index c5bcbd6e1..0dced66d3 100644 --- a/examples/cursor.rs +++ b/examples/cursor.rs @@ -1,5 +1,3 @@ -#![feature(std_misc)] - #[cfg(target_os = "android")] #[macro_use] extern crate android_glue; diff --git a/examples/grabbing.rs b/examples/grabbing.rs index 80887744d..8a4675095 100644 --- a/examples/grabbing.rs +++ b/examples/grabbing.rs @@ -1,5 +1,3 @@ -#![feature(std_misc)] - #[cfg(target_os = "android")] #[macro_use] extern crate android_glue; diff --git a/examples/multiwindow.rs b/examples/multiwindow.rs index 92565552c..ce97266c1 100644 --- a/examples/multiwindow.rs +++ b/examples/multiwindow.rs @@ -1,5 +1,3 @@ -#![feature(std_misc)] - #[cfg(target_os = "android")] #[macro_use] extern crate android_glue; diff --git a/examples/vsync.rs b/examples/vsync.rs index 768bfc087..ec9ea79f6 100644 --- a/examples/vsync.rs +++ b/examples/vsync.rs @@ -1,5 +1,3 @@ -#![feature(std_misc)] - #[cfg(target_os = "android")] #[macro_use] extern crate android_glue; diff --git a/examples/window.rs b/examples/window.rs index 0e2a3cf80..1d3b6158f 100644 --- a/examples/window.rs +++ b/examples/window.rs @@ -1,5 +1,3 @@ -#![feature(std_misc)] - #[cfg(target_os = "android")] #[macro_use] extern crate android_glue;