Remove unused variable in VerbSystem (#581)

This commit is contained in:
Tad Hardesty 2020-02-02 13:39:40 -08:00 committed by GitHub
parent 33cf29978a
commit 7438ef96ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;