increpare / bfxr

Flash + AIR sound effects generator. Based on Sfxr.
http://www.bfxr.net
966 stars 90 forks source link

import mx.utils.StringUtil; is not necessary (clean up thingy) #4

Closed guzuligo closed 9 years ago

guzuligo commented 10 years ago

I've found this import: import mx.utils.StringUtil; In the com.increpare.bfxr.synthesis.Synthesizer.SfxrParams

I don't have this util. I had to remove that line since nothing inside that class uses it.