Skip to content

Commit

Permalink
Merge pull request #1417 from TheRealDust/fixed-lints
Browse files Browse the repository at this point in the history
Fixed Dead Code Warning
  • Loading branch information
Cobrand committed Jul 2, 2024
2 parents 315c9e2 + ad94eeb commit fea253c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdl2/video.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand Down

0 comments on commit fea253c

Please sign in to comment.