Skip to content

Commit 30fa03c

Browse files
removed unused declarations
1 parent 7ae74f2 commit 30fa03c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Assets/MixedRealityToolkit/_Core/Inspectors/Utilities/Lines/DataProviders/ParabolicConstrainedLineDataProviderInspector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

4-
using Microsoft.MixedReality.Toolkit.Core.Utilities;
54
using Microsoft.MixedReality.Toolkit.Core.Utilities.Lines.DataProviders;
65
using UnityEditor;
76
using UnityEngine;

Assets/MixedRealityToolkit/_Core/Inspectors/Utilities/Lines/DataProviders/SimpleLineDataProviderInspector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Microsoft Corporation. All rights reserved.
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

4-
using Microsoft.MixedReality.Toolkit.Core.Utilities;
54
using Microsoft.MixedReality.Toolkit.Core.Utilities.Lines.DataProviders;
65
using UnityEditor;
76
using UnityEngine;

Assets/MixedRealityToolkit/_Core/Inspectors/Utilities/Lines/DataProviders/SplineDataProviderInspector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT License. See LICENSE in the project root for license information.
33

44
using Microsoft.MixedReality.Toolkit.Core.Definitions.Utilities;
5-
using Microsoft.MixedReality.Toolkit.Core.Utilities;
65
using Microsoft.MixedReality.Toolkit.Core.Utilities.Lines.DataProviders;
76
using System.Collections.Generic;
87
using UnityEditor;

0 commit comments

Comments
 (0)