From 7e4e4b6f8ec9b95868a42f385ecf58e5f9c50d21 Mon Sep 17 00:00:00 2001 From: Icarus <1375400884@qq.com> Date: Mon, 9 Dec 2019 14:06:55 +0800 Subject: [PATCH] !TX --- Scripts/Editor/NodeEditorPreferences.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Scripts/Editor/NodeEditorPreferences.cs b/Scripts/Editor/NodeEditorPreferences.cs index 2bc42f7..4020850 100644 --- a/Scripts/Editor/NodeEditorPreferences.cs +++ b/Scripts/Editor/NodeEditorPreferences.cs @@ -120,11 +120,6 @@ namespace XNodeEditor { if (GUILayout.Button(new GUIContent("XNode Documentation", "https://github.com/Siccity/xNode/wiki"), GUILayout.Width(180))) Application.OpenURL("https://github.com/Siccity/xNode/wiki"); - - if (GUILayout.Button( - new GUIContent("IcSkill Documentation", "https://github.com/yika-aixi/IcSkillSystem"), - GUILayout.Width(180))) - Application.OpenURL("https://github.com/yika-aixi/IcSkillSystem"); } EditorGUILayout.Space(); }