mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 16:42:55 +08:00
Remove unused method
This commit is contained in:
parent
b0a7237fd6
commit
d326f23576
@ -236,8 +236,6 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
|||||||
Room.PropertyChanged -= onRoomPropertyChanged;
|
Room.PropertyChanged -= onRoomPropertyChanged;
|
||||||
}
|
}
|
||||||
|
|
||||||
private string formatRoomUrl(long id) => $@"{api.WebsiteRootUrl}/multiplayer/rooms/{id}";
|
|
||||||
|
|
||||||
public partial class PasswordEntryPopover : OsuPopover
|
public partial class PasswordEntryPopover : OsuPopover
|
||||||
{
|
{
|
||||||
private readonly Room room;
|
private readonly Room room;
|
||||||
|
Loading…
Reference in New Issue
Block a user