mirror of
https://github.com/touchHLE/rust-sdl2.git
synced 2026-01-31 01:25:23 +01:00
Merge pull request #1417 from TheRealDust/fixed-lints
Fixed 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