remove some commented code

This commit is contained in:
rezural
2020-12-21 14:56:05 +11:00
parent 16720918aa
commit 496f4e3258
2 changed files with 2 additions and 36 deletions

View File

@@ -3,7 +3,6 @@ use crate::physics::PhysicsEvents;
use crate::PhysicsState;
pub trait HarnessPlugin {
//FIXME: is run_callbacks needed?
fn run_callbacks(
&mut self,
physics: &mut PhysicsState,