diff --git a/AppApi.cs b/AppApi.cs index 9bd48e9b..f30ae3b5 100644 --- a/AppApi.cs +++ b/AppApi.cs @@ -216,11 +216,6 @@ namespace VRCX VRCXVR.Instance.SetActive(active, hmdOverlay, wristOverlay, menuButton); } - public void TriggerLeftHand() - { - VRCXVR.Instance.TriggerLeftHand(); - } - public void RefreshVR() { VRCXVR.Instance.Refresh();