This commit is contained in:
themancalledjakob 2024-03-16 15:32:14 +01:00
parent 9b336aefed
commit 13eca27957

View file

@ -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 = () => {