Skip to content

Commit d5f96bf

Browse files
committed
feat: Remove redundant using statement
1 parent 385934c commit d5f96bf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Editor/Scripts/Node/AnimationClipPlayableNode.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
using UnityEngine.Animations;
55
using UnityEngine.Playables;
66
using UnityEngine.UIElements;
7-
#if !UNITY_2021_1_OR_NEWER
8-
using UnityEditor.UIElements; // ProgressBar
9-
#endif
107

118
namespace GBG.PlayableGraphMonitor.Editor.Node
129
{

0 commit comments

Comments
 (0)