1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 20:50:48 +08:00

Remove not removed comment

This commit is contained in:
HoutarouOreki
2018-05-25 14:04:12 +02:00
Unverified
parent 3efb51e464
commit e3ebc849c5
+1 -3
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;