Remove unused IoC dependency references. (#31704)

Remove unused IoC dependencies
This commit is contained in:
Mervill
2024-09-01 14:22:50 -07:00
committed by GitHub
parent a18e89557a
commit 3414abb970
21 changed files with 0 additions and 33 deletions

View File

@@ -31,7 +31,6 @@ namespace Content.Server.Forensics
[Dependency] private readonly SharedAudioSystem _audioSystem = default!;
[Dependency] private readonly MetaDataSystem _metaData = default!;
[Dependency] private readonly ForensicsSystem _forensicsSystem = default!;
[Dependency] private readonly SolutionContainerSystem _solutionContainerSystem = default!;
[Dependency] private readonly TagSystem _tag = default!;
public override void Initialize()