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

Commit 46ca301

Browse files
Removing unused fields from SettingsView
1 parent f9e7948 commit 46ca301

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ namespace GitHub.Unity
1111
[Serializable]
1212
class SettingsView : Subview
1313
{
14-
private const string GitInstallTitle = "Git installation";
1514
private const string GitRepositoryTitle = "Repository Configuration";
1615
private const string GitRepositoryRemoteLabel = "Remote";
1716
private const string GitRepositorySave = "Save Repository";
@@ -20,9 +19,6 @@ class SettingsView : Subview
2019
private const string EnableTraceLoggingLabel = "Enable Trace Logging";
2120
private const string MetricsOptInLabel = "Help us improve by sending anonymous usage data";
2221
private const string DefaultRepositoryRemoteName = "origin";
23-
private const string BrowseButton = "...";
24-
private const string PathToGit = "Path to Git";
25-
private const string GitPathSaveButton = "Save Path";
2622

2723
[NonSerialized] private int newGitIgnoreRulesSelection = -1;
2824
[NonSerialized] private bool isBusy;

0 commit comments

Comments
 (0)