Remove more obsoleted members

This commit is contained in:
Dean Herbert
2021-06-09 14:09:28 +09:00
parent a87226ab10
commit f41e34ae2c
3 changed files with 2 additions and 49 deletions

View File

@ -57,12 +57,6 @@ namespace osu.Game.Graphics.Backgrounds
}
}
/// <summary>
/// Whether we want to expire triangles as they exit our draw area completely.
/// </summary>
[Obsolete("Unused.")] // Can be removed 20210518
protected virtual bool ExpireOffScreenTriangles => true;
/// <summary>
/// Whether we should create new triangles as others expire.
/// </summary>