From e8bec4498254bd857c4b1eb4324deef836533cc1 Mon Sep 17 00:00:00 2001 From: stratumadev Date: Sun, 30 Nov 2025 03:16:06 +0100 Subject: [PATCH] perf(merger): remove unused functions and imports --- modules/module.merger.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/module.merger.ts b/modules/module.merger.ts index 2c6471c..5d1a7f3 100644 --- a/modules/module.merger.ts +++ b/modules/module.merger.ts @@ -1,5 +1,4 @@ import * as iso639 from 'iso-639'; -import * as yamlCfg from './module.cfg-loader'; import { fontFamilies, fontMime } from './module.fontsData'; import path from 'path'; import fs from 'fs'; @@ -68,7 +67,6 @@ class Merger { public async createDelays() { //Don't bother scanning it if there is only 1 vna stream if (this.options.videoAndAudio.length > 1) { - const bin = await yamlCfg.loadBinCfg(); const vnas = this.options.videoAndAudio; //get and set durations on each videoAndAudio Stream for (const [vnaIndex, vna] of vnas.entries()) {