1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 03:27:24 +08:00

Remove unused field

This commit is contained in:
smoogipoo 2018-06-21 19:37:42 +09:00
parent 1932399521
commit 15bb301d14

View File

@ -96,12 +96,8 @@ namespace osu.Game.Tests.Visual
private class TestTrackOwner : CompositeDrawable, IPreviewTrackOwner
{
private readonly PreviewTrack track;
public TestTrackOwner(PreviewTrack track)
{
this.track = track;
AddInternal(track);
}