summaryrefslogtreecommitdiffstats
path: root/src/gates.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/gates.rs')
-rw-r--r--src/gates.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gates.rs b/src/gates.rs
index 7f6bd9f..2451daa 100644
--- a/src/gates.rs
+++ b/src/gates.rs
@@ -194,9 +194,6 @@ impl state::Enemy<GatesBullet> for Gates {
fn health(&self) -> f64 {
self.health
}
- fn set_health(&mut self, health: f64) {
- self.health = health;
- }
fn injure(&mut self, damage: f64) {
self.health -= damage;
}