mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
code_style: remove unused code
This commit is contained in:
parent
9b88db290d
commit
55ad194e0e
1 changed files with 0 additions and 6 deletions
|
@ -764,12 +764,6 @@ namespace SourceGit.ViewModels
|
||||||
_workingCopy?.StashAll(autoStart);
|
_workingCopy?.StashAll(autoStart);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void GotoResolve()
|
|
||||||
{
|
|
||||||
if (_workingCopy != null)
|
|
||||||
SelectedViewIndex = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void AbortMerge()
|
public void AbortMerge()
|
||||||
{
|
{
|
||||||
_workingCopy?.AbortMerge();
|
_workingCopy?.AbortMerge();
|
||||||
|
|
Loading…
Reference in a new issue