mirror of https://github.com/ppy/osu
TODO comment and deleted repeating lines
This commit is contained in:
parent
c7de449713
commit
bba4c46ae3
|
@ -152,8 +152,6 @@ protected override void InitialiseDefaults()
|
|||
Set(OsuConfig.HiddenShowFirstApproach, true);
|
||||
Set(OsuConfig.ComboColourSliderBall, true);
|
||||
Set(OsuConfig.AlternativeChatFont, false);
|
||||
Set(OsuConfig.Password, string.Empty);
|
||||
Set(OsuConfig.Username, string.Empty);
|
||||
Set(OsuConfig.DisplayStarsMaximum, 10.0, 0.0, 10.0);
|
||||
Set(OsuConfig.DisplayStarsMinimum, 0.0, 0.0, 10.0);
|
||||
Set(OsuConfig.AudioDevice, string.Empty);
|
||||
|
|
|
@ -31,6 +31,7 @@ private void load(APIAccess api)
|
|||
private void performLogout()
|
||||
{
|
||||
api.Logout();
|
||||
//TODO: set null strings in username, password, token
|
||||
}
|
||||
|
||||
public void APIStateChanged(APIAccess api, APIState state)
|
||||
|
|
Loading…
Reference in New Issue