mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
Clean up UIView override declaration (#2578)
This commit is contained in:
@@ -6,7 +6,6 @@ mod view_controller;
|
||||
mod window;
|
||||
|
||||
pub(crate) use self::responder::UIResponder;
|
||||
#[allow(unused)]
|
||||
pub(crate) use self::view::UIView;
|
||||
pub(crate) use self::view_controller::UIViewController;
|
||||
pub(crate) use self::window::UIWindow;
|
||||
|
||||
Reference in New Issue
Block a user