code_style: remove unused code

This commit is contained in:
leo 2024-12-10 21:09:26 +08:00
parent 9b88db290d
commit 55ad194e0e
No known key found for this signature in database

View file

@ -764,12 +764,6 @@ namespace SourceGit.ViewModels
_workingCopy?.StashAll(autoStart);
}
public void GotoResolve()
{
if (_workingCopy != null)
SelectedViewIndex = 1;
}
public void AbortMerge()
{
_workingCopy?.AbortMerge();