Remove unused property TimeUtil.TURNS_IN_MINUTE

This commit is contained in:
Jordan Irwin 2024-05-26 01:13:21 -07:00
parent 59abb15ba5
commit 356937fe33
No known key found for this signature in database
GPG key ID: E3E358C2F44C290A

View file

@ -37,8 +37,6 @@ public class TimeUtil {
public static final int MINUTES_IN_YEAR = MINUTES_IN_DAY * 365; // 525,600
public static final int MINUTES_IN_HALF_YEAR = MINUTES_IN_YEAR / 2; // 262,800
public static final int TURNS_IN_MINUTE = (int) (SECONDS_IN_MINUTE / 0.3); // 200
/**
* Create a text representing a saying of approximate time until.