elapsed_t: remove unused function

pull/3472/head
paul-arg 2024-08-31 21:55:23 +02:00
parent e984cb18c0
commit 4b1e4d01ce
1 changed files with 0 additions and 4 deletions

View File

@ -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: