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

Commit 684659d

Browse files
Removing some unused constant strings
1 parent 5e87e9a commit 684659d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class PublishView : Subview
1212
private static readonly Vector2 viewSize = new Vector2(400, 350);
1313

1414
private const string WindowTitle = "Publish";
15-
private const string Header = "Publish this repository to GitHub";
1615
private const string PrivateRepoMessage = "You choose who can see and commit to this repository";
1716
private const string PublicRepoMessage = "Anyone can see this repository. You choose who can commit";
1817
private const string PublishViewCreateButton = "Publish";
@@ -23,10 +22,6 @@ class PublishView : Subview
2322
private const string CreatePrivateRepositoryLabel = "Make repository private";
2423
private const string PublishLimitPrivateRepositoriesError = "You are currently at your limit of private repositories";
2524
private const string PublishToGithubLabel = "Publish to GitHub";
26-
private const string AuthenticationChangedMessageFormat = "You were authenticated as \"{0}\", but you are now authenticated as \"{1}\". Would you like to proceed or logout?";
27-
private const string AuthenticationChangedTitle = "Authentication Changed";
28-
private const string AuthenticationChangedProceed = "Proceed";
29-
private const string AuthenticationChangedLogout = "Logout";
3025

3126
[SerializeField] private string username;
3227
[SerializeField] private string[] owners = { OwnersDefaultText };

0 commit comments

Comments
 (0)