remove dead code

This commit is contained in:
Simon Gardling
2022-03-10 10:15:52 -05:00
parent 30c424ebd9
commit cc2722e58c
2 changed files with 0 additions and 11 deletions

View File

@@ -42,11 +42,6 @@ impl FunctionOutput {
pub fn invalidate_derivative(&mut self) { self.derivative = None; }
pub fn invalidate_points(&mut self) {
self.extrema = None;
self.roots = None;
}
pub fn display(
&self, plot_ui: &mut PlotUi, func_str: &str, derivative_str: &str, step: f64,
derivative_enabled: bool,