From c136a3669e0ad6636a667dbbb44d00f692bd0b79 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Wed, 23 Mar 2022 20:46:17 +0000 Subject: [PATCH] Fix warnings in purple night --- examples/the-purple-night/src/main.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/the-purple-night/src/main.rs b/examples/the-purple-night/src/main.rs index aef43cb6..6ab5aa03 100644 --- a/examples/the-purple-night/src/main.rs +++ b/examples/the-purple-night/src/main.rs @@ -1441,14 +1441,6 @@ impl ParticleData { Self::BossHealer(0, target) } - fn tile_id(&self) -> u16 { - match self { - ParticleData::Dust(_) => 70, - ParticleData::Health(_) => 88, - ParticleData::BossHealer(_, _) => 88, - } - } - fn update<'a>( &mut self, controller: &'a ObjectController,