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

Commit 3aee5f0

Browse files
Removing another unused field
1 parent 8d4ef5a commit 3aee5f0

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
@@ -22,7 +22,6 @@ class Window : BaseWindow
2222
private const string Window_RepoUrlTooltip = "Url of the {0} remote";
2323
private const string Window_RepoNoUrlTooltip = "Add a remote in the Settings tab";
2424
private const string Window_RepoBranchTooltip = "Active branch";
25-
private const float SpinnerAnimationDuration = 4f;
2625

2726
[NonSerialized] private double notificationClearTime = -1;
2827
[NonSerialized] private double timeSinceLastRotation = -1f;

0 commit comments

Comments
 (0)