mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Fix some warnings
This commit is contained in:
@@ -180,16 +180,7 @@ struct ContextImpl {
|
||||
|
||||
repaint: Repaint,
|
||||
|
||||
viewports: HashMap<
|
||||
String,
|
||||
(
|
||||
ViewportBuilder,
|
||||
u64,
|
||||
u64,
|
||||
bool,
|
||||
Arc<Box<dyn Fn(&Context, u64, u64) + Sync + Send>>,
|
||||
),
|
||||
>,
|
||||
viewports: HashMap<String, (ViewportBuilder, u64, u64, bool, Arc<Box<ViewportRender>>)>,
|
||||
viewport_commands: Vec<(u64, ViewportCommand)>,
|
||||
|
||||
viewport_counter: u64,
|
||||
|
||||
Reference in New Issue
Block a user