Skip to content

Commit c1222db

Browse files
authored
FIX: Remove unnecessary platforms (#2132)
1 parent 47256cb commit c1222db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPluginControl.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ private static void CheckForExtension()
4343
#if UNITY_2023_3_OR_NEWER
4444
BuildTarget.VisionOS,
4545
#endif
46-
#if UNITY_6000_0_OR_NEWER
47-
BuildTarget.ReservedCFE,
48-
#endif
49-
#if UNITY_6000_0_7_OR_NEWER
50-
BuildTarget.Kepler
51-
#endif
5246
BuildTarget.NoTarget
5347
};
5448

0 commit comments

Comments
 (0)