From 13eca279579b32a3ea24fc8109d374fdd3376999 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sat, 16 Mar 2024 15:32:14 +0100 Subject: [PATCH] cleanup --- bin/em/variabletime/web/js/audio.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/em/variabletime/web/js/audio.js b/bin/em/variabletime/web/js/audio.js index 738e80d..291f047 100644 --- a/bin/em/variabletime/web/js/audio.js +++ b/bin/em/variabletime/web/js/audio.js @@ -730,14 +730,6 @@ const Audio = function(tp, record) { addAudioButton(layer, propTitle, isActive); } }); - //if (typeof getMapping()[layer.id()] === 'object') { - //Object.keys(getMapping()[layer.id()]).forEach((e) => { - //if (e.indexOf('color') === 0) { - //} else { - //addAudioOptions(layer.id(), - //} - //}); - //} }; const audioSourceCombos = {}; const readAudioFiles = () => {