summaryrefslogtreecommitdiff
path: root/src/astroid.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/astroid.rs')
-rw-r--r--src/astroid.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/astroid.rs b/src/astroid.rs
index c789b87..25029ca 100644
--- a/src/astroid.rs
+++ b/src/astroid.rs
@@ -48,10 +48,6 @@ impl Mass for Astroid {
serde_json::to_string(self).unwrap()
}
- fn slow(&mut self) {}
- fn range(&self) -> f64 {0.0}
- fn give_target(&mut self, target : Option<usize>) {}
-
fn box_clone(&self) -> Box<Mass> {
Box::new((*self).clone())
}