Remove unused reference
This commit is contained in:
parent
4f775013a6
commit
8c1e08d49f
1 changed files with 0 additions and 9 deletions
|
@ -136,7 +136,6 @@
|
|||
Modal FileSelectorModal;
|
||||
|
||||
private string value = "blazor";
|
||||
private ConfirmRef _confirmRef;
|
||||
|
||||
private Game Game;
|
||||
private KeysEditor? KeysEditor;
|
||||
|
@ -267,12 +266,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
private async Task CloseModal()
|
||||
{
|
||||
if (_confirmRef != null)
|
||||
{
|
||||
await _confirmRef.CloseAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue