summaryrefslogtreecommitdiff
path: root/Assets/AmplifyShaderEditor/Plugins/Editor/Utils/UndoUtils.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Assets/AmplifyShaderEditor/Plugins/Editor/Utils/UndoUtils.cs')
-rw-r--r--Assets/AmplifyShaderEditor/Plugins/Editor/Utils/UndoUtils.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Assets/AmplifyShaderEditor/Plugins/Editor/Utils/UndoUtils.cs b/Assets/AmplifyShaderEditor/Plugins/Editor/Utils/UndoUtils.cs
deleted file mode 100644
index d7b35d30..00000000
--- a/Assets/AmplifyShaderEditor/Plugins/Editor/Utils/UndoUtils.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using UnityEditor;
-using UnityEngine;
-using UnityEngine.Internal;
-using System;
-
-namespace AmplifyShaderEditor
-{
- public class UndoUtils
- {
-
- }
-}