optimize<CommitGraph>: remove unused polyline mode

This commit is contained in:
leo 2021-10-08 16:46:14 +08:00
parent ade45732f2
commit 7c44c0a840
6 changed files with 20 additions and 88 deletions

View file

@ -130,11 +130,6 @@ namespace SourceGit.Models {
/// </summary>
public double Height { get; set; } = 600;
/// <summary>
/// 在提交列表视图中是否使用折线代替曲线
/// </summary>
public bool UsePolylineInGraph { get; set; } = false;
/// <summary>
/// 将提交信息面板与提交记录左右排布
/// </summary>