Clean up left over test code

This commit is contained in:
David Zhao 2019-02-23 15:06:04 +09:00
parent f8d18285a8
commit f56f1fc4f7
1 changed files with 0 additions and 2 deletions

View File

@ -297,8 +297,6 @@ private class DimAccessiblePlayerLoader : PlayerLoader
public VisualSettings VisualSettingsPos => VisualSettings;
public BackgroundScreen ScreenPos => Background;
[Resolved]
private BackgroundScreenStack stack { get; set; }
public DimAccessiblePlayerLoader(Player player) : base(() => player)
{
}