From f3b6cc59334762cc37336f1dba632ab12bb5c965 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Fri, 29 Nov 2019 16:08:14 +0100 Subject: [PATCH] [unity] Removal of usage statement. Addition to last cleanup commit, see commit c6bd125. --- spine-csharp/src/Skin.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/spine-csharp/src/Skin.cs b/spine-csharp/src/Skin.cs index ed5aa5cfe..585467175 100644 --- a/spine-csharp/src/Skin.cs +++ b/spine-csharp/src/Skin.cs @@ -31,7 +31,6 @@ using System; using System.Collections; using System.Collections.Generic; -using Spine.Collections; namespace Spine { /// Stores attachments by slot index and attachment name.