Skip to content

Commit 9ed442a

Browse files
removed comments
1 parent 100889b commit 9ed442a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/MixedRealityToolkit/_Core/Interfaces/IMixedRealityExtensionService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Microsoft.MixedReality.Toolkit.Core.Interfaces
66
/// <summary>
77
/// Generic interface for all optional Mixed Reality systems, components, or features that can be added to the <see cref="Definitions.MixedRealityServiceConfiguration"/>
88
/// </summary>
9-
public interface IMixedRealityExtensionService : IMixedRealityService // IMixedRealityComponent
9+
public interface IMixedRealityExtensionService : IMixedRealityService
1010
{
1111
// Empty for now, but it is used to filter out the valid class types in the inspector dropdown.
1212
}

Assets/MixedRealityToolkit/_Core/Interfaces/IMixedRealityService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace Microsoft.MixedReality.Toolkit.Core.Interfaces
66
/// <summary>
77
/// Generic interface for all Mixed Reality Services
88
/// </summary>
9-
public interface IMixedRealityService // IMixedRealityManager
9+
public interface IMixedRealityService
1010
{
1111
/// <summary>
1212
/// Optional Priority attribute if multiple services of the same type are required, enables targeting a service for action.

0 commit comments

Comments
 (0)