This repository was archived by the owner on Dec 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
src/UnityExtension/Assets/Editor/GitHub.Unity/UI Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,8 @@ class SettingsView : Subview
20
20
private const string MetricsOptInLabel = "Help us improve by sending anonymous usage data" ;
21
21
private const string DefaultRepositoryRemoteName = "origin" ;
22
22
23
- [ NonSerialized ] private int newGitIgnoreRulesSelection = - 1 ;
24
23
[ NonSerialized ] private bool isBusy ;
25
24
26
- [ SerializeField ] private int gitIgnoreRulesSelection = 0 ;
27
- [ SerializeField ] private string initDirectory ;
28
25
[ SerializeField ] private List < GitLock > lockedFiles = new List < GitLock > ( ) ;
29
26
[ SerializeField ] private Vector2 lockScrollPos ;
30
27
[ SerializeField ] private string repositoryRemoteName ;
@@ -35,16 +32,12 @@ class SettingsView : Subview
35
32
[ NonSerialized ] private bool remoteHasChanged ;
36
33
[ NonSerialized ] private bool locksHaveChanged ;
37
34
38
- [ SerializeField ] private string newGitName ;
39
- [ SerializeField ] private string newGitEmail ;
40
35
[ SerializeField ] private string newRepositoryRemoteUrl ;
41
- [ SerializeField ] private User cachedUser ;
42
36
43
37
[ SerializeField ] private bool metricsEnabled ;
44
38
[ NonSerialized ] private bool metricsHasChanged ;
45
39
46
40
[ SerializeField ] private GitPathView gitPathView = new GitPathView ( ) ;
47
-
48
41
[ SerializeField ] private UserSettingsView userSettingsView = new UserSettingsView ( ) ;
49
42
50
43
public override void InitializeView ( IView parent )
You can’t perform that action at this time.
0 commit comments