mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Remove unused field
This commit is contained in:
parent
1932399521
commit
15bb301d14
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user