diff --git a/src/ViewModels/CommitDetail.cs b/src/ViewModels/CommitDetail.cs index 3a7b78aa..2d758133 100644 --- a/src/ViewModels/CommitDetail.cs +++ b/src/ViewModels/CommitDetail.cs @@ -919,11 +919,7 @@ namespace SourceGit.ViewModels private CancellationTokenSource _cancellationSource = null; private List _revisionFiles = null; private string _revisionFileSearchFilter = string.Empty; -<<<<<<< HEAD - private bool _isRevisionFileSearchSuggestionOpen = false; private Dictionary _lineCountCache = new Dictionary(); -======= private List _revisionFileSearchSuggestion = null; ->>>>>>> develop } }