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>