Remove unused property TimeUtil.TURNS_IN_MINUTE
This commit is contained in:
parent
59abb15ba5
commit
356937fe33
1 changed files with 0 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue