This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/UnityExtension/Assets/Editor/GitHub.Unity/UI Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,10 @@ class Window : BaseWindow
22
22
private const string Window_RepoUrlTooltip = "Url of the {0} remote" ;
23
23
private const string Window_RepoNoUrlTooltip = "Add a remote in the Settings tab" ;
24
24
private const string Window_RepoBranchTooltip = "Active branch" ;
25
- private const float SpinnerAnimationDuration = 4f ;
26
25
27
26
[ NonSerialized ] private double notificationClearTime = - 1 ;
28
27
[ NonSerialized ] private double timeSinceLastRotation = - 1f ;
29
28
[ NonSerialized ] private bool currentBranchAndRemoteHasUpdate ;
30
- [ NonSerialized ] private bool gitExecutableIsSet ;
31
29
[ NonSerialized ] private Spinner spinner ;
32
30
[ NonSerialized ] private IProgress progress ;
33
31
[ NonSerialized ] private float progressValue ;
@@ -269,7 +267,6 @@ private void MaybeUpdateData()
269
267
progressMessage = progress . Message ;
270
268
}
271
269
272
- gitExecutableIsSet = ! String . IsNullOrEmpty ( Environment . GitExecutablePath ) ;
273
270
string updatedRepoRemote = null ;
274
271
string updatedRepoUrl = DefaultRepoUrl ;
275
272
You can’t perform that action at this time.
0 commit comments