mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 13:20:11 +08:00
Remove unused field
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user