mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-11 23:57:21 -08:00
code_style: remove used code
This commit is contained in:
parent
a3d744f426
commit
f07e838e6f
1 changed files with 2 additions and 3 deletions
|
@ -58,9 +58,8 @@ namespace SourceGit.ViewModels
|
|||
|
||||
public void StartPopup(Popup popup)
|
||||
{
|
||||
var dumpPage = this;
|
||||
dumpPage.Popup = popup;
|
||||
dumpPage.ProcessPopup();
|
||||
Popup = popup;
|
||||
ProcessPopup();
|
||||
}
|
||||
|
||||
public async void ProcessPopup()
|
||||
|
|
Loading…
Reference in a new issue