From da26749bc406145e91fb2b234661ce4dcc7eae54 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 4 Jun 2019 17:27:39 -0400 Subject: reverted github --- Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs (limited to 'Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs') diff --git a/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs b/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs deleted file mode 100644 index d034a91..0000000 --- a/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs +++ /dev/null @@ -1,20 +0,0 @@ -using UnityEditor; -using UnityEngine; -using System.IO; -using System; - -namespace GitHub.Unity -{ - [InitializeOnLoad] - public class UnityAPIWrapper : ScriptableSingleton - { - static UnityAPIWrapper() - { -#if UNITY_2018_2_OR_NEWER - Editor.finishedDefaultHeaderGUI += editor => { - UnityShim.Raise_Editor_finishedDefaultHeaderGUI(editor); - }; -#endif - } - } -} \ No newline at end of file -- cgit v1.2.3