diff --git a/apps/elapsed_t/app.js b/apps/elapsed_t/app.js index 29bea4fef..910ff85f3 100644 --- a/apps/elapsed_t/app.js +++ b/apps/elapsed_t/app.js @@ -121,10 +121,6 @@ function formatHourToAMPM(h) { return `${h_ampm}\n${ampm}`; } -function howManyDaysInMonth(month, year) { - return new Date(year, month, 0).getDate(); -} - function getDatePickerObject() { switch (settings.dateFormat) { case 0: