remove useless

This commit is contained in:
end-4
2024-02-07 21:11:06 +07:00
parent f3e870d3d4
commit 3bc99f1c44
2 changed files with 0 additions and 6 deletions
@@ -10,7 +10,6 @@ import {
CalculationResultButton, CustomCommandButton, DirectoryButton,
DesktopEntryButton, ExecuteCommandButton, SearchButton
} from './searchbuttons.js';
import { enableClickthrough } from '../../lib/roundedcorner.js';
// Add math funcs
const { abs, sin, cos, tan, cot, asin, acos, atan, acot } = Math;