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

Commit d31be66

Browse files
Merge pull request #98 from github-for-unity/shana/cleanup-leftovers
Cleaning unused fields left over from PR #74
2 parents 5617636 + 9f0f31e commit d31be66

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ class HistoryView : Subview
3333
private const string FetchActionTitle = "Fetch Changes";
3434
private const string FetchButtonText = "Fetch";
3535
private const string FetchFailureDescription = "Could not fetch changes";
36-
private const string FetchConfirmTitle = "Fetch Changes?";
37-
private const string FetchConfirmDescription = "Would you like to fetch changes from remote '{0}'?";
38-
private const string FetchConfirmYes = "Fetch";
39-
private const string FetchConfirmCancel = "Cancel";
4036
private const int HistoryExtraItemCount = 10;
4137
private const float MaxChangelistHeightRatio = .2f;
4238

0 commit comments

Comments
 (0)