mirror of
https://github.com/ppy/osu
synced 2025-01-06 14:20:03 +00:00
Remove unused local variable
This commit is contained in:
parent
a38bafab91
commit
f3aad77239
@ -596,7 +596,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
}
|
}
|
||||||
|
|
||||||
// if the dialog is already displayed, block exiting until the user explicitly makes a decision.
|
// if the dialog is already displayed, block exiting until the user explicitly makes a decision.
|
||||||
if (dialogOverlay.CurrentDialog is PromptForSaveDialog saveDialog)
|
if (dialogOverlay.CurrentDialog is PromptForSaveDialog)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
if (isNewBeatmap || HasUnsavedChanges)
|
if (isNewBeatmap || HasUnsavedChanges)
|
||||||
|
Loading…
Reference in New Issue
Block a user