From 9f0f31e66f899528c52bede6cc93f15914ff0f91 Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Thu, 6 Jul 2017 20:33:51 +0200 Subject: [PATCH] Cleaning unused fields left over from PR #74 https://github.com/github-for-unity/Unity/pull/74 --- .../Assets/Editor/GitHub.Unity/UI/HistoryView.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/HistoryView.cs b/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/HistoryView.cs index cbac11cce..e515e5f33 100644 --- a/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/HistoryView.cs +++ b/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/HistoryView.cs @@ -33,10 +33,6 @@ class HistoryView : Subview private const string FetchActionTitle = "Fetch Changes"; private const string FetchButtonText = "Fetch"; private const string FetchFailureDescription = "Could not fetch changes"; - private const string FetchConfirmTitle = "Fetch Changes?"; - private const string FetchConfirmDescription = "Would you like to fetch changes from remote '{0}'?"; - private const string FetchConfirmYes = "Fetch"; - private const string FetchConfirmCancel = "Cancel"; private const int HistoryExtraItemCount = 10; private const float MaxChangelistHeightRatio = .2f;