diff options
author | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-08-02 12:32:08 +0200 |
---|---|---|
committer | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-08-02 12:32:08 +0200 |
commit | 2aeec39156960e734694576c2f831df900f17501 (patch) | |
tree | 8509c92658a0c0eff256066c443f1b3b2b37f9c8 /src | |
parent | 0152099c912785ea4d10b8672374e3ad9d79f317 (diff) | |
download | glutin-2aeec39156960e734694576c2f831df900f17501.tar.gz glutin-2aeec39156960e734694576c2f831df900f17501.zip |
Remove #[exprimental] from make_current
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() } |