Skip to content

Commit 1843b38

Browse files
author
David Kline (ANALOG)
committed
cleanup 'notes to self'
1 parent 70ddd5b commit 1843b38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Assets/MixedRealityToolkit/Services/MixedRealityToolkit.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public class MixedRealityToolkit : MonoBehaviour, IMixedRealityServiceRegistrar
3333

3434
private static bool isInitializing = false;
3535

36-
// todo: these should likely not be static....
3736
private static bool isApplicationQuitting = false;
3837

3938
/// <summary>
@@ -1008,7 +1007,6 @@ private void DestroyAllServices()
10081007

10091008
#region Service Utilities
10101009

1011-
// todo: rework....
10121010
/// <summary>
10131011
/// Generic function used to interrogate the Mixed Reality Toolkit active system registry for the existence of a core system.
10141012
/// </summary>
@@ -1094,7 +1092,6 @@ private T GetServiceByName<T>(string serviceName) where T : IMixedRealityService
10941092
/// Gets all services by type and name.
10951093
/// </summary>
10961094
/// <param name="serviceName">The name of the service to search for. If the string is empty than any matching <see cref="interfaceType"/> will be added to the <see cref="services"/> list.</param>
1097-
// TODO: remove Type interfaceType
10981095
private IReadOnlyList<T> GetAllServicesByNameInternal<T>(Type interfaceType, string serviceName) where T : IMixedRealityService
10991096
{
11001097
List<T> services = new List<T>();
@@ -1194,7 +1191,6 @@ private static bool CanGetService(Type interfaceType)
11941191

11951192
#region Core System Accessors
11961193

1197-
// todo: should not be static...
11981194
private static IMixedRealityInputSystem inputSystem = null;
11991195

12001196
/// <summary>

0 commit comments

Comments
 (0)