From 7438ef96ad58e65e63d902ab0695a29e45820835 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Sun, 2 Feb 2020 13:39:40 -0800 Subject: [PATCH] Remove unused variable in VerbSystem (#581) --- Content.Client/GameObjects/EntitySystems/VerbSystem.cs | 1 - 1 file changed, 1 deletion(-) 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;