Remove #[exprimental] from make_current

This commit is contained in:
Tomaka17 2014-08-02 12:32:08 +02:00
parent 0152099c91
commit 2aeec39156

View file

@ -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()
}