From 73dff366236f970e1940c84202745065ef203dc4 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 7 Aug 2019 17:33:38 +0200 Subject: [PATCH] [csharp] Removed #if UNITY_EDITOR guards around linq code from spine-csharp code again (OrderedDictionary). --- spine-csharp/src/Collections/OrderedDictionary.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spine-csharp/src/Collections/OrderedDictionary.cs b/spine-csharp/src/Collections/OrderedDictionary.cs index 89e23417d..88c59d57e 100644 --- a/spine-csharp/src/Collections/OrderedDictionary.cs +++ b/spine-csharp/src/Collections/OrderedDictionary.cs @@ -36,10 +36,7 @@ using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; - -#if UNITY_EDITOR using System.Linq; -#endif namespace Spine.Collections { @@ -566,7 +563,6 @@ namespace Spine.Collections } } - #if UNITY_EDITOR internal class OrderedDictionaryDebugView { private readonly OrderedDictionary dictionary; @@ -582,7 +578,6 @@ namespace Spine.Collections } } } - #endif /// /// Provides extensions methods for constructing instances of .