From 3558591480d8294904706f141c4deafcdac70460 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 16 Dec 2024 21:43:56 +0100 Subject: [PATCH] remove unused function --- interface/src/app/settings/ApplicationSettings.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/src/app/settings/ApplicationSettings.tsx b/interface/src/app/settings/ApplicationSettings.tsx index 6768f125d..0abf36959 100644 --- a/interface/src/app/settings/ApplicationSettings.tsx +++ b/interface/src/app/settings/ApplicationSettings.tsx @@ -126,9 +126,6 @@ const ApplicationSettings = () => { const SecondsInputProps = { endAdornment: {LL.SECONDS()} }; - const MilliSecondsInputProps = { - endAdornment: ms - }; const MinutesInputProps = { endAdornment: {LL.MINUTES()} };