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

Commit 2055a57

Browse files
The active tab does not need to be initialized
1 parent 9e13714 commit 2055a57

File tree

1 file changed

+0
-1
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public override void Initialize(IApplicationManager applicationManager)
7070
ChangesTab.InitializeView(this);
7171
BranchesTab.InitializeView(this);
7272
SettingsTab.InitializeView(this);
73-
ActiveTab.InitializeView(this);
7473
}
7574

7675
public override void OnEnable()

0 commit comments

Comments
 (0)