remove some explicit inline declarations

This commit is contained in:
Simon Gardling
2022-02-28 10:35:23 -05:00
parent 6b500292a3
commit 6d4bd0b8ae
3 changed files with 0 additions and 15 deletions

View File

@@ -35,7 +35,6 @@ pub struct MathApp {
}
impl Default for MathApp {
#[inline]
fn default() -> Self {
let def_min_x = -10.0;
let def_max_x = 10.0;