diff --git a/src/ComponentDepot.cs b/src/ComponentDepot.cs index 8c1c4e9..e0a4618 100644 --- a/src/ComponentDepot.cs +++ b/src/ComponentDepot.cs @@ -25,12 +25,6 @@ namespace MoonTools.ECS storages[index] = new ComponentStorage(); } - // FIXME: is this necessary? - private ComponentStorage Lookup(Type type) - { - return storages[ComponentTypeIndices.GetIndex(type)]; - } - [MethodImpl(MethodImplOptions.AggressiveInlining)] private ComponentStorage Lookup() where TComponent : unmanaged {