mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Remove #[exprimental] from make_current
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user