Skip to content

Commit 1a67606

Browse files
committed
Missing returns
1 parent 33a4bd4 commit 1a67606

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/MixedRealityToolkit/Inspectors/Profiles/DataProviderAccessServiceInspector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ protected bool RenderDataProviderList(GUIContent addContentLabel, GUIContent rem
156156
/// Renders properties of <see cref="IMixedRealityServiceConfiguration"/> instance at provided index in inspector.
157157
/// Also renders inspector view of data provider's profile object and it's contents if applicable and foldout is expanded.
158158
/// </summary>
159-
/// <returns></returns>
160159
protected bool RenderDataProviderEntry(int index, GUIContent removeContent, System.Type dataProviderProfileType = null)
161160
{
162161
bool changed = false;

0 commit comments

Comments
 (0)