diff --git a/Assets/Scripts/LevelEditor/Timeline/BlockDeleteFX.cs b/Assets/Scripts/LevelEditor/Timeline/BlockDeleteFX.cs index fa48b85f4..348b603f1 100644 --- a/Assets/Scripts/LevelEditor/Timeline/BlockDeleteFX.cs +++ b/Assets/Scripts/LevelEditor/Timeline/BlockDeleteFX.cs @@ -1,7 +1,6 @@ using HeavenStudio.Util; using UnityEngine; using UnityEngine.UI; -using static UnityEditor.Experimental.GraphView.GraphView; namespace HeavenStudio.Editor.Track { diff --git a/Assets/Scripts/LevelEditor/Timeline/TimelineBlockManager.cs b/Assets/Scripts/LevelEditor/Timeline/TimelineBlockManager.cs index 023c99189..8566ebc6d 100644 --- a/Assets/Scripts/LevelEditor/Timeline/TimelineBlockManager.cs +++ b/Assets/Scripts/LevelEditor/Timeline/TimelineBlockManager.cs @@ -5,7 +5,6 @@ using UnityEngine.Pool; using Jukebox; using System.Linq; -using static Jukebox.Legacy.Beatmap; namespace HeavenStudio.Editor.Track { diff --git a/Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs b/Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs index 028327f08..e39e36647 100644 --- a/Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs +++ b/Assets/Scripts/LevelEditor/Timeline/TimelineEventObj.cs @@ -6,7 +6,6 @@ using Jukebox; using TMPro; using System.Linq; using System.Collections.Generic; -using UnityEngine.Timeline; namespace HeavenStudio.Editor.Track {