1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Remove no longer necessary field

This commit is contained in:
Salman Ahmed 2021-02-01 22:38:42 +03:00
parent 5c28c030c8
commit dcb1626e4d

View File

@ -46,7 +46,6 @@ namespace osu.Game.Tests.Visual.Online
private ChannelManager channelManager = new ChannelManager();
private TestStandAloneChatDisplay chatDisplay;
private TestStandAloneChatDisplay chatDisplay2;
private int messageIdSequence;
private Channel testChannel;
@ -72,7 +71,7 @@ namespace osu.Game.Tests.Visual.Online
Size = new Vector2(400, 80),
Channel = { Value = testChannel },
},
chatDisplay2 = new TestStandAloneChatDisplay(true)
new TestStandAloneChatDisplay(true)
{
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,