TonicAudio / Tonic

Easy and efficient audio synthesis in C++
The Unlicense
524 stars 63 forks source link

Remove unnecessary null pointer checks #245

Closed elfring closed 9 years ago

elfring commented 10 years ago

An extra null pointer check is not needed in functions like the following.

ndonald2 commented 10 years ago

Once again, you're totally correct. Thanks for pointing this out. I'll make sure this gets cleaned up.

elfring commented 9 years ago

Thanks for your small source code improvement.