mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
Fixed Dead Code Warning
Disabled dead code warning.
This commit is contained in:
@@ -547,6 +547,7 @@ impl GLContext {
|
||||
pub struct WindowContext {
|
||||
subsystem: VideoSubsystem,
|
||||
raw: *mut sys::SDL_Window,
|
||||
#[allow(dead_code)]
|
||||
pub(crate) metal_view: sys::SDL_MetalView,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user