Remove some more unused fields

This commit is contained in:
metalgearsloth
2021-10-13 17:38:20 +11:00
parent 7fe7c46373
commit 07303e7a4b
7 changed files with 2 additions and 16 deletions

View File

@@ -27,9 +27,6 @@ namespace Content.Client.Actions
[Dependency] private readonly IPlayerManager _playerManager = default!;
[Dependency] private readonly IItemSlotManager _itemSlotManager = default!;
[ComponentDependency] private readonly HandsComponent? _handsComponent = null;
[ComponentDependency] private readonly ClientInventoryComponent? _inventoryComponent = null;
private ActionsUI? _ui;
private EntityUid _highlightedEntity;