From 843a55e01a444b51e5f9c57e67b76e14028b22fa Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 12 Jan 2024 08:16:12 -0500 Subject: dead code --- src/ecs.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/ecs.hpp') diff --git a/src/ecs.hpp b/src/ecs.hpp index 4ddf232..2550487 100644 --- a/src/ecs.hpp +++ b/src/ecs.hpp @@ -12,12 +12,6 @@ extern DynArray EntitiesToBeRemoved; extern DynArray EntitiesWithExcessInstances; -static struct { - uint64_t Entity = 1ULL << 0; - uint64_t GrBinds = 1ULL << 1; - uint64_t Instance = 1ULL << 2; -} ComponentTypes; - void ECS_Init(); void ECS_Teardown(); void ECS_Tick_Early(double delta); -- cgit v1.2.3