Remove stuff deprecated in 4.19.0

This commit is contained in:
Dylan K. Taylor
2023-04-11 23:20:58 +01:00
parent 9bddcc72f7
commit ed88d68fd7
5 changed files with 4 additions and 175 deletions

View File

@@ -34,12 +34,6 @@ use function get_class;
use function str_starts_with;
abstract class Timings{
/**
* @deprecated This was used by the old timings viewer to make a timer appear in the Breakdown section of a timings
* report. Provide a group to your timer's constructor instead.
* @see Timings::GROUP_BREAKDOWN
*/
public const INCLUDED_BY_OTHER_TIMINGS_PREFIX = "** ";
public const GROUP_BREAKDOWN = "Minecraft - Breakdown";
private static bool $initialized = false;