diff --git a/Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs b/Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs index 058e81dde1..75fe4c557e 100644 --- a/Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs +++ b/Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs @@ -1,7 +1,6 @@ #if UNITY_EDITOR #if UNITY_2021_1_OR_NEWER using System; -using NUnit.Framework; using UnityEditor; namespace UnityEngine.InputSystem.Editor