diff --git a/Content.Client/GameObjects/EntitySystems/VerbSystem.cs b/Content.Client/GameObjects/EntitySystems/VerbSystem.cs index a35e0799e3..6054f450d3 100644 --- a/Content.Client/GameObjects/EntitySystems/VerbSystem.cs +++ b/Content.Client/GameObjects/EntitySystems/VerbSystem.cs @@ -34,7 +34,6 @@ namespace Content.Client.GameObjects.EntitySystems [Dependency] private readonly IEntityManager _entityManager; [Dependency] private readonly IPlayerManager _playerManager; [Dependency] private readonly IInputManager _inputManager; - [Dependency] private readonly IUserInterfaceManager _userInterfaceManager; #pragma warning restore 649 private VerbPopup _currentPopup;