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:
parent
679ec986d5
commit
eabd1a0cc1
@ -84,9 +84,6 @@ namespace osu.Game.Storyboards
|
||||
[JsonIgnore]
|
||||
public virtual double EndTime => CommandsEndTime;
|
||||
|
||||
[JsonIgnore]
|
||||
public double Duration => EndTime - StartTime;
|
||||
|
||||
[JsonIgnore]
|
||||
public bool HasCommands
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user