mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 22:22:59 +08:00
Remove unused accessors
This commit is contained in:
parent
dfbccc2144
commit
4314f9c0a9
@ -464,11 +464,6 @@ namespace osu.Game.Tests.Visual.Playlists
|
|||||||
|
|
||||||
private partial class TestScoreResultsScreen : PlaylistItemScoreResultsScreen
|
private partial class TestScoreResultsScreen : PlaylistItemScoreResultsScreen
|
||||||
{
|
{
|
||||||
public new LoadingSpinner LeftSpinner => base.LeftSpinner;
|
|
||||||
public new LoadingSpinner CentreSpinner => base.CentreSpinner;
|
|
||||||
public new LoadingSpinner RightSpinner => base.RightSpinner;
|
|
||||||
public new ScorePanelList ScorePanelList => base.ScorePanelList;
|
|
||||||
|
|
||||||
public TestScoreResultsScreen(ScoreInfo score, int roomId, PlaylistItem playlistItem)
|
public TestScoreResultsScreen(ScoreInfo score, int roomId, PlaylistItem playlistItem)
|
||||||
: base(score, roomId, playlistItem)
|
: base(score, roomId, playlistItem)
|
||||||
{
|
{
|
||||||
@ -478,11 +473,6 @@ namespace osu.Game.Tests.Visual.Playlists
|
|||||||
|
|
||||||
private partial class TestUserBestResultsScreen : PlaylistItemUserBestResultsScreen
|
private partial class TestUserBestResultsScreen : PlaylistItemUserBestResultsScreen
|
||||||
{
|
{
|
||||||
public new LoadingSpinner LeftSpinner => base.LeftSpinner;
|
|
||||||
public new LoadingSpinner CentreSpinner => base.CentreSpinner;
|
|
||||||
public new LoadingSpinner RightSpinner => base.RightSpinner;
|
|
||||||
public new ScorePanelList ScorePanelList => base.ScorePanelList;
|
|
||||||
|
|
||||||
public TestUserBestResultsScreen(int roomId, PlaylistItem playlistItem, int userId)
|
public TestUserBestResultsScreen(int roomId, PlaylistItem playlistItem, int userId)
|
||||||
: base(roomId, playlistItem, userId)
|
: base(roomId, playlistItem, userId)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user