aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()
}