1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Silence warning

This commit is contained in:
Emil Ernerfeldt
2021-08-18 22:51:16 +02:00
parent 9bc732328f
commit 62808b2bb9

View File

@@ -40,6 +40,7 @@ impl epi::App for WrapApp {
"egui demo apps" "egui demo apps"
} }
#[allow(unused_variables)]
fn setup( fn setup(
&mut self, &mut self,
_ctx: &egui::CtxRef, _ctx: &egui::CtxRef,