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

Commit 358e42a

Browse files
Removing extra IsBusy property
1 parent 7db8dbf commit 358e42a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,5 @@ private void OnLoggingSettingsGui()
468468
}
469469
EditorGUI.EndDisabledGroup();
470470
}
471-
472-
public override bool IsBusy
473-
{
474-
get { return isBusy; }
475-
}
476471
}
477472
}

0 commit comments

Comments
 (0)