From 2aeec39156960e734694576c2f831df900f17501 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sat, 2 Aug 2014 12:32:08 +0200 Subject: Remove #[exprimental] from make_current --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 7fbb0ff..e238b15 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -234,7 +234,6 @@ impl Window { /// Sets the context as the current context. #[inline] - #[experimental] pub unsafe fn make_current(&self) { self.window.make_current() } -- cgit v1.2.3