Skip to content

Commit 4fb78d9

Browse files
committed
Remove preprocessor from FileExplorerHelper
1 parent 96c796f commit 4fb78d9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Assets/Script/Helpers/FileExplorerHelper.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,11 @@
22
using SFB;
33
using YARG.Core.Logging;
44

5-
#if UNITY_STANDALONE_WIN || UNITY_STANDALONE_OSX
6-
75
using System.Diagnostics;
86

9-
#else
10-
117
using UnityEngine;
128
using YARG.Menu.Persistent;
139

14-
#endif
15-
16-
using Debug = UnityEngine.Debug;
17-
1810
namespace YARG.Helpers
1911
{
2012
public static class FileExplorerHelper

0 commit comments

Comments
 (0)