From: Winkarst-cpu <74284083+Winkarst-cpu@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:00:41 +0000 (+0300) Subject: Cleanup: Remove unnecessary ``IEntityManager`` reference from the ``EmotesUIControlle... X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=088fa2013dd38c7cad31f2a91075c2315a164419;p=space-station-14.git Cleanup: Remove unnecessary ``IEntityManager`` reference from the ``EmotesUIController`` (#40243) Cleanup --- diff --git a/Content.Client/UserInterface/Systems/Emotes/EmotesUIController.cs b/Content.Client/UserInterface/Systems/Emotes/EmotesUIController.cs index 8d74e2efe7..c1bb5b5630 100644 --- a/Content.Client/UserInterface/Systems/Emotes/EmotesUIController.cs +++ b/Content.Client/UserInterface/Systems/Emotes/EmotesUIController.cs @@ -18,7 +18,6 @@ namespace Content.Client.UserInterface.Systems.Emotes; [UsedImplicitly] public sealed class EmotesUIController : UIController, IOnStateChanged { - [Dependency] private readonly IEntityManager _entityManager = default!; [Dependency] private readonly IPrototypeManager _prototypeManager = default!; [Dependency] private readonly IPlayerManager _playerManager = default!; @@ -189,6 +188,6 @@ public sealed class EmotesUIController : UIController, IOnStateChanged