mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
Fixed build warnings
This commit is contained in:
@@ -60,6 +60,7 @@ impl OsMesaContext {
|
||||
(self.width, self.height)
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
// TODO: can we remove this without causing havoc?
|
||||
pub fn set_window_resize_callback(&mut self, _: Option<fn(u32, u32)>) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user