Unused dependency cleanup. (#36760)

* take 2! fight!!!

* final touches

* reeeeeee
This commit is contained in:
Kyle Tyo
2025-04-20 09:56:39 -04:00
committed by GitHub
parent 0d0ac82484
commit a711912cba
10 changed files with 2 additions and 22 deletions

View File

@@ -35,7 +35,6 @@ using Content.Shared.Prying.Components;
using Content.Shared.Traits.Assorted;
using Robust.Shared.Audio.Systems;
using Content.Shared.Ghost.Roles.Components;
using Content.Shared.Roles;
using Content.Shared.Tag;
using Robust.Shared.Player;
using Robust.Shared.Prototypes;
@@ -63,7 +62,6 @@ public sealed partial class ZombieSystem
[Dependency] private readonly NPCSystem _npc = default!;
[Dependency] private readonly TagSystem _tag = default!;
[Dependency] private readonly NameModifierSystem _nameMod = default!;
[Dependency] private readonly SharedRoleSystem _roles = default!;
[Dependency] private readonly ISharedPlayerManager _player = default!;
private static readonly ProtoId<TagPrototype> InvalidForGlobalSpawnSpellTag = "InvalidForGlobalSpawnSpell";