diff options
| author | Alee <Alee14498@gmail.com> | 2019-06-04 17:27:39 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-06-04 17:27:39 -0400 |
| commit | da26749bc406145e91fb2b234661ce4dcc7eae54 (patch) | |
| tree | 577b1f4d381d9bbacdc05f83810a1c6a719b8419 /Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs | |
| parent | 43a7c02e033711cc591c27d3884e0959c370efdb (diff) | |
| download | Unicity-experimental-2.tar.gz Unicity-experimental-2.tar.bz2 Unicity-experimental-2.zip | |
reverted githubexperimental-2
Diffstat (limited to 'Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs')
| -rw-r--r-- | Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs | 20 |
1 files changed, 0 insertions, 20 deletions
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<UnityAPIWrapper> - { - static UnityAPIWrapper() - { -#if UNITY_2018_2_OR_NEWER - Editor.finishedDefaultHeaderGUI += editor => { - UnityShim.Raise_Editor_finishedDefaultHeaderGUI(editor); - }; -#endif - } - } -}
\ No newline at end of file |
