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

Commit 33fb66b

Browse files
Removing unused overloads and calls
1 parent 0a7ede0 commit 33fb66b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,9 @@ public override void OnDataUpdate()
3131
public override void OnEnable()
3232
{
3333
base.OnEnable();
34-
userSettingsView.OnEnable();
3534
gitPathView.OnEnable();
3635
}
3736

38-
public override void OnDisable()
39-
{
40-
base.OnDisable();
41-
userSettingsView.OnDisable();
42-
gitPathView.OnDisable();
43-
}
44-
4537
public override void OnGUI()
4638
{
4739
var headerRect = EditorGUILayout.BeginHorizontal(Styles.HeaderBoxStyle);

0 commit comments

Comments
 (0)