1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 17:47:18 +08:00

Remove not removed comment

This commit is contained in:
HoutarouOreki 2018-05-25 14:04:12 +02:00
parent 3efb51e464
commit e3ebc849c5

View File

@ -13,9 +13,7 @@ namespace osu.Game.Graphics
public class DrawableDate : OsuSpriteText, IHasTooltip
{
private readonly DateTimeOffset date;
/// <param name="dateFormat">The string to format the date text with.
/// May be null if the humanized format should be used.</param>
public DrawableDate(DateTimeOffset date)
{
AutoSizeAxes = Axes.Both;