Minor dependency and variable cleanup. (#36730)

removal of misc unused or extra dependency definitions.
This commit is contained in:
Kyle Tyo
2025-04-19 12:11:34 -04:00
committed by GitHub
parent 1daac6d86b
commit 8dc2cb8874
4 changed files with 1 additions and 6 deletions

View File

@@ -29,8 +29,6 @@ public sealed class ActionButton : Control, IEntityControl
private bool _depressed;
private bool _toggled;
private int _lastCharges;
public BoundKeyFunction? KeyBind
{
set