Index: src/js/date.js |
diff --git a/src/js/date.js b/src/js/date.js |
index 6f004c351f0c5a02b2379ae6179ebe54ed9586cf..33205c124a67b50ecd9446871e2b6eeb7db311ac 100644 |
--- a/src/js/date.js |
+++ b/src/js/date.js |
@@ -70,12 +70,6 @@ function MakeTime(hour, min, sec, ms) { |
} |
-// ECMA 262 - 15.9.1.12 |
-function TimeInYear(year) { |
- return DaysInYear(year) * msPerDay; |
-} |
- |
- |
// Compute number of days given a year, month, date. |
// Note that month and date can lie outside the normal range. |
// For example: |