aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomaka17 <pierre.krieger1708@gmail.com>2014-08-02 12:32:08 +0200
committerTomaka17 <pierre.krieger1708@gmail.com>2014-08-02 12:32:08 +0200
commit2aeec39156960e734694576c2f831df900f17501 (patch)
tree8509c92658a0c0eff256066c443f1b3b2b37f9c8
parent0152099c912785ea4d10b8672374e3ad9d79f317 (diff)
downloadglutin-2aeec39156960e734694576c2f831df900f17501.tar.gz
glutin-2aeec39156960e734694576c2f831df900f17501.zip
Remove #[exprimental] from make_current
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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()
}