Skip to content

Commit 9563901

Browse files
committed
Remove stale remark
1 parent 64ef6be commit 9563901

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Assets/MRTK/Core/Attributes/MixedRealityExtensionServiceAttribute.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ public MixedRealityExtensionServiceAttribute(
105105
/// <summary>
106106
/// Convenience function for retrieving the attribute given a certain class type.
107107
/// </summary>
108-
/// <remarks>
109-
/// This function is only available in a UnityEditor context.
110-
/// </remarks>
111108
public static MixedRealityExtensionServiceAttribute Find(Type type)
112109
{
113110
return type.GetCustomAttributes(typeof(MixedRealityExtensionServiceAttribute), true).FirstOrDefault() as MixedRealityExtensionServiceAttribute;

0 commit comments

Comments
 (0)