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

Commit 62096d7

Browse files
Removing some unused fields
1 parent a403dab commit 62096d7

File tree

1 file changed

+0
-3
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/UI

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ class Window : BaseWindow
1313
private const float DefaultNotificationTimeout = 4f;
1414
private const string Title = "GitHub";
1515
private const string LaunchMenu = "Window/GitHub";
16-
private const string RefreshButton = "Refresh";
17-
private const string UnknownSubTabError = "Unsupported view mode: {0}";
1816
private const string BadNotificationDelayError = "A delay of {0} is shorter than the default delay and thus would get pre-empted.";
1917
private const string HistoryTitle = "History";
2018
private const string ChangesTitle = "Changes";
2119
private const string BranchesTitle = "Branches";
2220
private const string SettingsTitle = "Settings";
23-
private const string AuthenticationTitle = "Auth";
2421
private const string DefaultRepoUrl = "No remote configured";
2522
private const string Window_RepoUrlTooltip = "Url of the {0} remote";
2623
private const string Window_RepoNoUrlTooltip = "Add a remote in the Settings tab";

0 commit comments

Comments
 (0)