Skip to content

Commit 55ad194

Browse files
committed
code_style: remove unused code
1 parent 9b88db2 commit 55ad194

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ViewModels/Repository.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -764,12 +764,6 @@ public void StashAll(bool autoStart)
764764
_workingCopy?.StashAll(autoStart);
765765
}
766766

767-
public void GotoResolve()
768-
{
769-
if (_workingCopy != null)
770-
SelectedViewIndex = 1;
771-
}
772-
773767
public void AbortMerge()
774768
{
775769
_workingCopy?.AbortMerge();

0 commit comments

Comments
 (0)