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

Commit 7fde8d1

Browse files
Removing unused enum
1 parent 4f7ceac commit 7fde8d1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,6 @@ public void ScrollTo(int index, float offset = 0f)
304304
}
305305
}
306306

307-
enum LogEntryState
308-
{
309-
Normal,
310-
Local
311-
}
312-
313307
[Serializable]
314308
class HistoryView : Subview
315309
{

0 commit comments

Comments
 (0)