From ac542835b15e4644d479f2c818872b2da4c0047e Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Fri, 23 Oct 2020 14:32:40 +0200 Subject: [PATCH] [csharp] Removed unused `using` statements which caused problems in some automated test context. --- spine-csharp/src/Animation.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/spine-csharp/src/Animation.cs b/spine-csharp/src/Animation.cs index fca4473cb..bdc32dccd 100644 --- a/spine-csharp/src/Animation.cs +++ b/spine-csharp/src/Animation.cs @@ -27,10 +27,8 @@ * THE SPINE RUNTIMES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ -using NUnit.Framework.Constraints; using System; using System.Collections.Generic; -using System.Linq; namespace Spine {