Skip to content

Commit 7c2cac7

Browse files
committed
Code cleanup.
1 parent 858f1b7 commit 7c2cac7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/InputManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,6 @@ internal void Initialize(IInputRuntime runtime, InputSettings settings)
18581858
Debug.Assert(settings != null);
18591859

18601860
m_Settings = settings;
1861-
m_LazyLoadCustomTypes = () => RegisterCustomTypes(); // Cached delegate
18621861

18631862
InitializeActions();
18641863
InitializeData();

0 commit comments

Comments
 (0)