From a3adb27acfe4d5bf432d3122996bdb6aed174dae Mon Sep 17 00:00:00 2001 From: Alex Page Date: Thu, 3 Feb 2022 00:22:58 -0500 Subject: [PATCH] Remove unused component --- src/components/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/mod.rs b/src/components/mod.rs index a44df4b..6ad4b9c 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -17,5 +17,3 @@ pub struct WantsToWhip { pub last_frame: Instant, pub sound: Option, } - -pub struct Killed {}