mirror of https://github.com/ppy/osu
Remove unused class
This commit is contained in:
parent
5a2240838b
commit
4644c4e7a2
|
@ -1,15 +0,0 @@
|
|||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using osu.Game.Overlays.Dialog;
|
||||
|
||||
namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
{
|
||||
public partial class ConfirmAbortDialog : DangerousActionDialog
|
||||
{
|
||||
public ConfirmAbortDialog()
|
||||
{
|
||||
HeaderText = "Are you sure you want to abort the match?";
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue