Cleanup warnings: CS0414 (#39748)

* Cleanup

* Fix
This commit is contained in:
B_Kirill
2025-08-19 17:42:54 +10:00
committed by GitHub
parent a491718be6
commit 438090a505
9 changed files with 0 additions and 13 deletions

View File

@@ -8,7 +8,6 @@ using Content.Shared.Interaction;
using Content.Shared.Item;
using Content.Shared.Materials;
using Content.Shared.Nutrition;
using Content.Shared.Nutrition.EntitySystems;
using Content.Shared.Popups;
using Content.Shared.Storage.Components;
using Content.Shared.Tools.EntitySystems;
@@ -26,7 +25,6 @@ namespace Content.Shared.Storage.EntitySystems;
/// </summary>
public sealed class SecretStashSystem : EntitySystem
{
[Dependency] private readonly IngestionSystem _ingestion = default!;
[Dependency] private readonly SharedPopupSystem _popupSystem = default!;
[Dependency] private readonly SharedHandsSystem _handsSystem = default!;
[Dependency] private readonly SharedContainerSystem _containerSystem = default!;