Remove ViewBeatmapButton

This commit is contained in:
Andrei Zavatski
2019-08-08 07:15:30 +03:00
parent ffed642929
commit a4459972b6
3 changed files with 2 additions and 54 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
typeof(Info),
typeof(HeaderButton),
typeof(ReadyButton),
typeof(ViewBeatmapButton)
typeof(MatchBeatmapPanel)
};
[BackgroundDependencyLoader]