1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 20:22:55 +08:00

Remove leftover TransformDuration overrides

This commit is contained in:
HoLLy 2019-06-24 18:26:25 +02:00
parent 739077ef4f
commit 236d5a9abc
2 changed files with 0 additions and 4 deletions

View File

@ -40,8 +40,6 @@ namespace osu.Game.Users.Drawables
protected override bool TransformImmediately { get; }
protected override double TransformDuration { get; } = 1000;
/// <summary>
/// Whether to show a default guest representation on null user (as opposed to nothing).
/// </summary>

View File

@ -17,8 +17,6 @@ namespace osu.Game.Users.Drawables
protected override bool TransformImmediately { get; }
protected override double TransformDuration { get; } = 1000;
/// <summary>
/// Whether to show a place holder on null country.
/// </summary>