ratings hide now + remove unnessary stuff

This commit is contained in:
Jorolf
2017-04-07 19:58:49 +02:00
parent 65d9f4fc45
commit 899e559b5c
3 changed files with 15 additions and 13 deletions

View File

@ -19,7 +19,6 @@ namespace osu.Game.Screens.Select
public readonly BeatmapDetails Details;
public readonly Leaderboard Leaderboard;
private BeatmapDetailTab currentTab;
private APIAccess api;
@ -60,8 +59,6 @@ namespace osu.Game.Screens.Select
updateScores();
break;
}
currentTab = tab;
updateDetails();
},
},
content = new Container