From ccb838667262bc45d66045b72d38bf78e0ed9d46 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Wed, 9 Jun 2021 02:25:24 +0900 Subject: [PATCH] refactor: fix warning --- Scripts/Editor/UIParticleEditor.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/Editor/UIParticleEditor.cs b/Scripts/Editor/UIParticleEditor.cs index e227145..7f0a4d0 100644 --- a/Scripts/Editor/UIParticleEditor.cs +++ b/Scripts/Editor/UIParticleEditor.cs @@ -22,8 +22,6 @@ namespace Coffee.UIExtensions private static readonly GUIContent s_ContentTrailMaterial = new GUIContent("Trail Material"); private static readonly GUIContent s_Content3D = new GUIContent("3D"); private static readonly GUIContent s_ContentScale = new GUIContent("Scale"); - private static readonly List s_TempParents = new List(); - private static readonly List s_TempChildren = new List(); private SerializedProperty _spMaskable; private SerializedProperty _spScale;