[csharp] Removed unused using statements which caused problems in some automated test context.

This commit is contained in:
Harald Csaszar 2020-10-23 14:32:40 +02:00
parent 7add768527
commit ac542835b1

View File

@ -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 {