From 17bb7205c1d36bc8587238ea1e441accfe8d5194 Mon Sep 17 00:00:00 2001 From: FN Date: Wed, 13 Nov 2024 18:29:58 +0700 Subject: [PATCH] Clean --- Content.Shared/Research/Prototypes/LatheRecipePrototype.cs | 1 - Content.Shared/Research/Systems/BlueprintSystem.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Content.Shared/Research/Prototypes/LatheRecipePrototype.cs b/Content.Shared/Research/Prototypes/LatheRecipePrototype.cs index c7790b8a199..0fabbd67166 100644 --- a/Content.Shared/Research/Prototypes/LatheRecipePrototype.cs +++ b/Content.Shared/Research/Prototypes/LatheRecipePrototype.cs @@ -2,7 +2,6 @@ using Content.Shared.FixedPoint; using Content.Shared.Lathe.Prototypes; using Content.Shared.Materials; -using Content.Shared.Tag; using Robust.Shared.Prototypes; using Robust.Shared.Serialization; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Array; diff --git a/Content.Shared/Research/Systems/BlueprintSystem.cs b/Content.Shared/Research/Systems/BlueprintSystem.cs index 42bdb9c8433..237ff703002 100644 --- a/Content.Shared/Research/Systems/BlueprintSystem.cs +++ b/Content.Shared/Research/Systems/BlueprintSystem.cs @@ -15,7 +15,6 @@ public sealed class BlueprintSystem : EntitySystem [Dependency] private readonly SharedContainerSystem _container = default!; [Dependency] private readonly EntityWhitelistSystem _entityWhitelist = default!; [Dependency] private readonly SharedPopupSystem _popup = default!; - [Dependency] private readonly IPrototypeManager _proto = default!; /// public override void Initialize()