1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 07:43: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 ChannelManager channelManager = new ChannelManager();
private TestStandAloneChatDisplay chatDisplay; private TestStandAloneChatDisplay chatDisplay;
private TestStandAloneChatDisplay chatDisplay2;
private int messageIdSequence; private int messageIdSequence;
private Channel testChannel; private Channel testChannel;
@ -72,7 +71,7 @@ namespace osu.Game.Tests.Visual.Online
Size = new Vector2(400, 80), Size = new Vector2(400, 80),
Channel = { Value = testChannel }, Channel = { Value = testChannel },
}, },
chatDisplay2 = new TestStandAloneChatDisplay(true) new TestStandAloneChatDisplay(true)
{ {
Anchor = Anchor.CentreRight, Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight, Origin = Anchor.CentreRight,