refactor<Configure>: remove commit template due to bad implementation

This commit is contained in:
leo 2021-04-06 16:06:36 +08:00
parent c233ffabdd
commit 1366d8e858
5 changed files with 2 additions and 38 deletions

View file

@ -54,10 +54,6 @@ namespace SourceGit.Git {
/// Last 10 Commit message.
/// </summary>
public List<string> CommitMsgRecords { get; set; } = new List<string>();
/// <summary>
/// Commit template.
/// </summary>
public string CommitTemplate { get; set; }
#endregion
#region PROPERTIES_RUNTIME