1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:12:56 +08:00

Remove useless calls

This commit is contained in:
EVAST9919 2017-11-07 02:53:07 +03:00
parent d10dcd82bc
commit 28167388d6

View File

@ -101,7 +101,6 @@ namespace osu.Game.Overlays.Profile
// use logarithmic coordinates
graph.Values = ranks.Select(x => -(float)Math.Log(x));
graph.SetStaticBallPosition();
updateRankTexts();
}
}
@ -130,7 +129,6 @@ namespace osu.Game.Overlays.Profile
protected override void OnHoverLost(InputState state)
{
graph.HideBall();
updateRankTexts();
base.OnHoverLost(state);
}