From ba8b9ef44723d55f8c80b3d16bf2509c7717e4c4 Mon Sep 17 00:00:00 2001 From: Thor Brigsted Date: Tue, 10 Apr 2018 22:57:25 +0200 Subject: [PATCH] Removed unused dictionary --- Scripts/Editor/NodeGraphEditor.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Scripts/Editor/NodeGraphEditor.cs b/Scripts/Editor/NodeGraphEditor.cs index 5025aaa..fa91c03 100644 --- a/Scripts/Editor/NodeGraphEditor.cs +++ b/Scripts/Editor/NodeGraphEditor.cs @@ -8,8 +8,6 @@ namespace XNodeEditor { /// Base class to derive custom Node Graph editors from. Use this to override how graphs are drawn in the editor. [CustomNodeGraphEditor(typeof(XNode.NodeGraph))] public class NodeGraphEditor : XNodeEditor.Internal.NodeEditorBase { - /// Custom node editors defined with [CustomNodeGraphEditor] - [NonSerialized] private static Dictionary editors; protected bool isRenaming; public virtual Texture2D GetGridTexture() {