From 363360f0d555ad8a94d0fd2887deca30c24287a0 Mon Sep 17 00:00:00 2001 From: perfectra1n Date: Sun, 2 Feb 2025 10:21:59 -0800 Subject: [PATCH] we can just remove mac_init now since we're not using it --- src/public/app/services/mac_init.ts | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 src/public/app/services/mac_init.ts diff --git a/src/public/app/services/mac_init.ts b/src/public/app/services/mac_init.ts deleted file mode 100644 index 46a59aeea..000000000 --- a/src/public/app/services/mac_init.ts +++ /dev/null @@ -1,12 +0,0 @@ -/** - * Mac specific initialization - */ -import utils from "./utils.js"; -import shortcutService from "./shortcuts.js"; - -function init() { -} - -export default { - init -};