Removed redundant load()

This commit is contained in:
Iliyas Jorio 2014-08-20 20:06:25 +02:00
parent 1e9c69e6c7
commit 53ea575ef5

View File

@ -912,14 +912,6 @@ function sfxr.Sound:exportWAV(f, freq, bits)
end end
end end
function sfxr.Sound:load(f)
local close = false
if type(f) == "string" then
f = io.open(f, "wb")
close = true
end
end
function sfxr.Sound:save(f, compressed) function sfxr.Sound:save(f, compressed)
local close = false local close = false
if type(f) == "string" then if type(f) == "string" then