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

Commit 2f68345

Browse files
Merge branch 'fixes/window-remove-unused' into features/window-toolbar-functions
# Conflicts: # src/UnityExtension/Assets/Editor/GitHub.Unity/UI/Window.cs
2 parents b49fac9 + 3aee5f0 commit 2f68345

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
private const string FetchActionTitle = "Fetch Changes";
2726
private const string FetchButtonText = "Fetch";
2827
private const string FetchFailureDescription = "Could not fetch changes";

0 commit comments

Comments
 (0)