aboutsummaryrefslogtreecommitdiff
path: root/Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-06-04 17:27:39 -0400
committerAlee <Alee14498@gmail.com>2019-06-04 17:27:39 -0400
commitda26749bc406145e91fb2b234661ce4dcc7eae54 (patch)
tree577b1f4d381d9bbacdc05f83810a1c6a719b8419 /Assets/Plugins/GitHub/Editor/UnityAPIWrapper.cs
parent43a7c02e033711cc591c27d3884e0959c370efdb (diff)
downloadUnicity-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.cs20
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