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

Commit 7b003ed

Browse files
Removing unused field in HistoryView
1 parent 44a843f commit 7b003ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class HistoryView : Subview
3737

3838
[NonSerialized] private int historyStartIndex;
3939
[NonSerialized] private int historyStopIndex;
40-
[NonSerialized] private float lastWidth;
4140
[NonSerialized] private int listID;
4241
[NonSerialized] private int newSelectionIndex;
4342
[NonSerialized] private float scrollOffset;

0 commit comments

Comments
 (0)