1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Remove unused class

This commit is contained in:
Bartłomiej Dach 2023-12-05 12:43:32 +01:00
parent 5a2240838b
commit 4644c4e7a2
No known key found for this signature in database

View File

@ -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?";
}
}
}