remove useless stuff

This commit is contained in:
end-4
2024-02-19 21:56:28 +07:00
parent 9562fa1e91
commit 5cc55e3425
3 changed files with 1 additions and 17 deletions
-3
View File
@@ -1,8 +1,5 @@
import Service from 'resource:///com/github/Aylur/ags/service.js';
import * as Utils from 'resource:///com/github/Aylur/ags/utils.js';
const { exec, execAsync } = Utils;
const clamp = (num, min, max) => Math.min(Math.max(num, min), max);
class IndicatorService extends Service {
static {