remove unused function

This commit is contained in:
proddy
2024-12-16 21:43:56 +01:00
parent f7a24052c2
commit 3558591480

View File

@@ -126,9 +126,6 @@ const ApplicationSettings = () => {
const SecondsInputProps = {
endAdornment: <InputAdornment position="end">{LL.SECONDS()}</InputAdornment>
};
const MilliSecondsInputProps = {
endAdornment: <InputAdornment position="end">ms</InputAdornment>
};
const MinutesInputProps = {
endAdornment: <InputAdornment position="end">{LL.MINUTES()}</InputAdornment>
};