summaryrefslogtreecommitdiff
path: root/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/IGraphicEnabledDisabled.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/IGraphicEnabledDisabled.cs')
-rw-r--r--Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/IGraphicEnabledDisabled.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/IGraphicEnabledDisabled.cs b/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/IGraphicEnabledDisabled.cs
deleted file mode 100644
index f2becbb..0000000
--- a/Assets/uGUI-2017.1/UnityEngine.UI/UI/Core/IGraphicEnabledDisabled.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System;
-
-namespace UnityEngine.UI
-{
- [Obsolete("Not supported anymore")]
- interface IGraphicEnabledDisabled
- {
- void OnSiblingGraphicEnabledDisabled();
- }
-}