From 7782563915b52bcdef0f0b49e32802a4607e3b73 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 17 May 2022 10:49:32 -0400 Subject: [PATCH] remove unnecessary text --- src/math_app.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/math_app.rs b/src/math_app.rs index f1bf771..afb5ba6 100644 --- a/src/math_app.rs +++ b/src/math_app.rs @@ -476,8 +476,6 @@ impl App for MathApp { .resizable(false) .collapsible(false) .show(ctx, |ui| { - ui.heading("Help With..."); - ui.collapsing("Supported Expressions", |ui| { ui.label(&self.text.help_expr); });