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

Commit b6daa32

Browse files
Removing unused field from BaseWindow
1 parent bef2444 commit b6daa32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace GitHub.Unity
77
abstract class BaseWindow : EditorWindow, IView
88
{
99
[NonSerialized] private bool initialized = false;
10-
[NonSerialized] private IApplicationManager cachedManager;
1110
[NonSerialized] private IRepository cachedRepository;
1211
[NonSerialized] private bool initializeWasCalled;
1312
[NonSerialized] private bool inLayout;

0 commit comments

Comments
 (0)