drop sound_api support as not known to be used

This commit is contained in:
wsor4035 2024-02-25 11:50:23 -05:00
parent 7dfc17139f
commit d3ddfb09b1

View File

@ -5,9 +5,6 @@ xcompat = {
materials = dofile(modpath .. "/src/materials.lua"),
}
--this exists for legacy compat reasons
sound_api = xcompat.sounds -- luacheck: ignore
local function validate_sound(key)
if key and xcompat.sounds[key] then
return true