1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:07:52 +08:00

Remove unused Duration property to avoid any misunderstandings

This commit is contained in:
Dean Herbert 2023-02-06 16:42:39 +09:00
parent 679ec986d5
commit eabd1a0cc1

View File

@ -84,9 +84,6 @@ namespace osu.Game.Storyboards
[JsonIgnore]
public virtual double EndTime => CommandsEndTime;
[JsonIgnore]
public double Duration => EndTime - StartTime;
[JsonIgnore]
public bool HasCommands
{