Skip to content

Commit c72e82e

Browse files
committed
FIX: Remove duplicate using statement leading to compiler warning.
1 parent 0e58d8f commit c72e82e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/Tests/InputSystem/Plugins/InputForUITests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
using UnityEngine.TestTools;
1212
using UnityEngine.TestTools.Constraints;
1313
#if UNITY_EDITOR
14-
using UnityEditor;
1514
using UnityEngine.InputSystem.Editor;
1615
#endif
1716
using UnityEngine.InputSystem.Plugins.InputForUI;
18-
using UnityEngine.TestTools;
1917
using Event = UnityEngine.InputForUI.Event;
2018
using EventProvider = UnityEngine.InputForUI.EventProvider;
2119
using Is = NUnit.Framework.Is;

0 commit comments

Comments
 (0)