From be07227e9455e1549f1fee2f278ab2a266c5c3c2 Mon Sep 17 00:00:00 2001 From: rezural Date: Sun, 20 Dec 2020 23:58:50 +1100 Subject: add HarnessState to callbacks, move HarnessPlugin to src_testbed/harness/plugin --- src_testbed/plugin.rs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src_testbed/plugin.rs') diff --git a/src_testbed/plugin.rs b/src_testbed/plugin.rs index 6da1404..811e33c 100644 --- a/src_testbed/plugin.rs +++ b/src_testbed/plugin.rs @@ -11,9 +11,3 @@ pub trait TestbedPlugin { fn profiling_string(&self) -> String; } -pub trait HarnessPlugin { - //FIXME: is run_callbacks needed? - fn run_callbacks(&mut self, physics: &mut PhysicsState, t: f32); - fn step(&mut self, physics: &mut PhysicsState); - fn profiling_string(&self) -> String; -} -- cgit