From 53ea575ef5933d29c128fafce1f4de1a2687341b Mon Sep 17 00:00:00 2001 From: Iliyas Jorio Date: Wed, 20 Aug 2014 20:06:25 +0200 Subject: [PATCH] Removed redundant load() --- sfxr.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sfxr.lua b/sfxr.lua index 686f431..65c853b 100644 --- a/sfxr.lua +++ b/sfxr.lua @@ -912,14 +912,6 @@ function sfxr.Sound:exportWAV(f, freq, bits) 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) local close = false if type(f) == "string" then