From c1cf1b779e66e985774dad29867a57733947b0e8 Mon Sep 17 00:00:00 2001
From: HampusM <hampus@hampusmat.com>
Date: Tue, 18 Mar 2025 14:35:11 +0100
Subject: refactor(ecs): remove Component::self_id method

---
 ecs-macros/src/lib.rs | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'ecs-macros/src')

diff --git a/ecs-macros/src/lib.rs b/ecs-macros/src/lib.rs
index b178022..b58671d 100644
--- a/ecs-macros/src/lib.rs
+++ b/ecs-macros/src/lib.rs
@@ -137,11 +137,6 @@ pub fn component_derive(input: TokenStream) -> TokenStream
                     #get_id
                 }
 
-                fn self_id(&self) -> Uid
-                {
-                    Self::id()
-                }
-
                 fn get_event_uid(&self, event_kind: ComponentEventKind) -> Uid
                 {
                     match event_kind {
-- 
cgit v1.2.3-18-g5258