Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 1d15704

Browse files
Removing unused field
1 parent d5f6d87 commit 1d15704

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ProjectWindowInterface.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class ProjectWindowInterface : AssetPostprocessor
1515

1616
private static readonly List<string> guids = new List<string>();
1717
private static readonly List<string> guidsLocks = new List<string>();
18-
private static bool initialized = false;
1918
private static IRepository repository;
2019
private static bool isBusy = false;
2120
private static ILogging logger;
@@ -30,7 +29,6 @@ public static void Initialize(IRepository repo)
3029
EditorApplication.projectWindowItemOnGUI -= OnProjectWindowItemGUI;
3130
EditorApplication.projectWindowItemOnGUI += OnProjectWindowItemGUI;
3231

33-
initialized = true;
3432
repository = repo;
3533

3634
if (repository != null)

0 commit comments

Comments
 (0)