mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Remove unnecessary method
This commit is contained in:
@ -50,14 +50,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
|
||||
private void fetchAndLoadTopScore()
|
||||
{
|
||||
var score = fetchTopScore();
|
||||
|
||||
loadTopScore(score);
|
||||
}
|
||||
|
||||
private void loadTopScore(ScoreInfo score)
|
||||
{
|
||||
var rank = score?.Rank;
|
||||
var rank = fetchTopScore()?.Rank;
|
||||
|
||||
// toggle the display of this drawable
|
||||
// we do not want empty space if there is no rank to be displayed
|
||||
|
Reference in New Issue
Block a user