Skip to content

Commit 0baac32

Browse files
removed redundant compiler directives
1 parent 609f055 commit 0baac32

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/HoloToolkit/Utilities/Scripts/WindowsApiChecker.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ public static class WindowsApiChecker
1313
static WindowsApiChecker()
1414
{
1515
#if !UNITY_EDITOR && UNITY_WSA
16-
#if UNITY_2017_2_OR_NEWER
1716
UniversalApiContractV5_IsAvailable = Windows.Foundation.Metadata.ApiInformation.IsApiContractPresent("Windows.Foundation.UniversalApiContract", 5);
1817
UniversalApiContractV4_IsAvailable = Windows.Foundation.Metadata.ApiInformation.IsApiContractPresent("Windows.Foundation.UniversalApiContract", 4);
19-
#endif
2018
UniversalApiContractV3_IsAvailable = Windows.Foundation.Metadata.ApiInformation.IsApiContractPresent("Windows.Foundation.UniversalApiContract", 3);
2119
#else
2220
UniversalApiContractV5_IsAvailable = false;

0 commit comments

Comments
 (0)