1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -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"
}
#[allow(unused_variables)]
fn setup(
&mut self,
_ctx: &egui::CtxRef,