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

Commit 6e0915d

Browse files
Removing extra IsBusy properties
1 parent f37d5f9 commit 6e0915d

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ public override void OnDestroy()
113113
OnClose = null;
114114
}
115115

116-
public override bool IsBusy
117-
{
118-
get { return ActiveView.IsBusy; }
119-
}
120-
121116
private Subview ActiveView
122117
{
123118
get

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,5 @@ private void OnLoggingSettingsGui()
464464
}
465465
EditorGUI.EndDisabledGroup();
466466
}
467-
468-
public override bool IsBusy
469-
{
470-
get { return isBusy; }
471-
}
472467
}
473468
}

0 commit comments

Comments
 (0)