Smallish cleanup.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
This commit is contained in:
Henner Zeller 2026-03-08 14:12:02 +01:00
parent ad9b1cb8c2
commit b130450019
2 changed files with 3 additions and 8 deletions

View file

@ -54,14 +54,9 @@ fn main() {
sleep(Duration::from_secs(5));
}
#[derive(Default)]
struct App {}
impl Default for App {
fn default() -> Self {
App {}
}
}
impl eframe::App for App {
fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
egui::CentralPanel::default().show(ctx, |ui| {