From 9c21758bb73f18cf8f6a3f61f426af8bde00964a Mon Sep 17 00:00:00 2001 From: Steven Sheldon Date: Fri, 3 Apr 2015 02:31:15 -0700 Subject: Removed unused features from build and examples. --- examples/cursor.rs | 2 -- examples/grabbing.rs | 2 -- examples/multiwindow.rs | 2 -- examples/vsync.rs | 2 -- examples/window.rs | 2 -- 5 files changed, 10 deletions(-) (limited to 'examples') diff --git a/examples/cursor.rs b/examples/cursor.rs index c5bcbd6..0dced66 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 8088774..8a46750 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 9256555..ce97266 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 768bfc0..ec9ea79 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 0e2a3cf..1d3b615 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; -- cgit v1.2.3