From 4b1e4d01ce1cb5924d09e3de31b30b674c0414b8 Mon Sep 17 00:00:00 2001 From: paul-arg <18153423+paul-arg@users.noreply.github.com> Date: Sat, 31 Aug 2024 21:55:23 +0200 Subject: [PATCH] elapsed_t: remove unused function --- apps/elapsed_t/app.js | 4 ---- 1 file changed, 4 deletions(-) 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: