From 22ad62dc61e3d14f84fb48843d2226d32f112ec2 Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Sun, 12 Jan 2025 09:01:26 +0000 Subject: [PATCH] :trollface: --- Content.IntegrationTests/Tests/PostMapInitTest.cs | 1 - .../_DV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs | 2 -- 2 files changed, 3 deletions(-) diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index 428d2e8ea18..5545d1978a8 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -17,7 +17,6 @@ using Robust.Shared.Map.Components; using Robust.Shared.Prototypes; using Content.Shared.Station.Components; -using FastAccessors; using Robust.Shared.Utility; using YamlDotNet.RepresentationModel; diff --git a/Content.Shared/_DV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs b/Content.Shared/_DV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs index 35e60e46a83..b69a9df78e7 100644 --- a/Content.Shared/_DV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs +++ b/Content.Shared/_DV/TapeRecorder/Systems/SharedTapeRecorderSystem.cs @@ -6,7 +6,6 @@ using Content.Shared.Examine; using Content.Shared.Interaction; using Content.Shared.Labels.Components; -using Content.Shared.Popups; using Content.Shared.Tag; using Content.Shared.Toggleable; using Content.Shared.UserInterface; @@ -30,7 +29,6 @@ public abstract class SharedTapeRecorderSystem : EntitySystem [Dependency] protected readonly SharedAudioSystem Audio = default!; [Dependency] private readonly SharedDoAfterSystem _doAfter = default!; [Dependency] private readonly ItemSlotsSystem _slots = default!; - [Dependency] private readonly SharedPopupSystem _popup = default!; [Dependency] private readonly SharedUserInterfaceSystem _ui = default!; protected const string SlotName = "cassette_tape";